rest-collection-stream
rest-collection-stream copied to clipboard
add cli, add tests, return errors
i noticed a non-json response would crash the process. this makes it an error instead. also includes a small CLI
made some more commits:
- disable the mandatory header setting (was working with a server that incorrectly did not accept the 'application/json' accept header, even though it was working)
- support the http://jsonapi.org/format/#fetching-pagination spec
- add some tests and fix the cli