Open jutikorn opened 6 years ago
http://jsonapi.org/format/#fetching-pagination
Is there a way to retrieve the next and prev in link field.
next
prev
link
The library do not provide out-of-box support to pagination, but you can implement one with JsonBuffer object.
JsonBuffer
http://jsonapi.org/format/#fetching-pagination
Is there a way to retrieve the
next
andprev
inlink
field.