Skip to content
Compare
Choose a tag to compare
@simonw simonw released this 30 Aug 02:54
· 1 commit to main since this release
  • New --key rows option for specifying the key in a root-level object that should be iterated over. #7
  • The --jq option now works with either jq or pyjq installed as an optional dependency. #10
  • No longer produces debug logging to stderr by default - you can now enable that with the new -v/--verbose option. #8
  • If a response returns an object instead of a list, paginate-json now treats that as if it were a list of a single object. #9
  • Now fails with an error if it gets an HTTP response with a non-200 status code, unless you pass the --ignore-http-errors option. #13