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
Only allow a limited data set to be returned. I am ambivalent to how this is executed. At minimum, collection JSON objects should return a meta.totalPages value as an integer.
If possible, return a top level links object with the collection, with the urls to the first, last, prev, and next pages, if applicable.
Only allow a limited data set to be returned. I am ambivalent to how this is executed. At minimum, collection JSON objects should return a
meta.totalPages
value as aninteger
.If possible, return a top level
links
object with the collection, with the urls to thefirst
,last
,prev
, andnext
pages, if applicable.Follow JSON:API spec for details. https://jsonapi.org/format/1.1/#fetching-pagination
The text was updated successfully, but these errors were encountered: