rest-collection-stream icon indicating copy to clipboard operation
rest-collection-stream copied to clipboard

add cli, add tests, return errors

Open max-mapper opened this issue 8 years ago • 1 comments

i noticed a non-json response would crash the process. this makes it an error instead. also includes a small CLI

max-mapper avatar Jun 28 '17 20:06 max-mapper

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

max-mapper avatar Jun 30 '17 00:06 max-mapper