Skip to content

make serialized data conform with jsonapi.org speciications

username-removed-55007 requested to merge feat/jsonapi-serialization into master

This change does the the ff:

  • make both single and paginated responses conform with jsonapi.org specification
  • make pagination query conform with the recommended syntax
  • fix last page number returning zero when collection is empty
  • enable dynamic page sizing instead of setting an upper limit.

Merge request reports