1.0.8 • Published 4 years ago

highland-itemstore-generator v1.0.8

Weekly downloads
23
License
ISC
Repository
github
Last release
4 years ago

highland-itemstore-generator

npm i highland-itemstore-generator

Example

const streamItemStore = require ( 'highland-itemstore-generator' ) ( {
  storeUrl: 'https://itemstore-stag.inyourarea.co.uk',
  debug: true
} );

streamItemStore ( {
  path: '/items/ids/articles'
} )
  .take ( 5 )
  .collect ()
  .toCallback ( console.log );
1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago