You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the provider API definition, it says that "pagination must comply with the JSON API specification", but the JSON API spec says:
Pagination links MUST appear in the links object that corresponds to a collection. To paginate the primary data, supply pagination links in the top-level links object.
This spec puts the first, last, prev, next URLs at the top level of the response, rather than inside in a links object. I feel like either this spec should use the links object or not say that paginations complies with JSON API.
The text was updated successfully, but these errors were encountered:
In the provider API definition, it says that "pagination must comply with the JSON API specification", but the JSON API spec says:
This spec puts the
first
,last
,prev
,next
URLs at the top level of the response, rather than inside in alinks
object. I feel like either this spec should use thelinks
object or not say that paginations complies with JSON API.The text was updated successfully, but these errors were encountered: