1.0.8 • Published 6 years ago

highland-itemstore-generator v1.0.8

Weekly downloads
23
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago