moshi-jsonapi
moshi-jsonapi copied to clipboard
Does this support a jsonAPI Pagination?
http://jsonapi.org/format/#fetching-pagination
Is there a way to retrieve the next
and prev
in link
field.
#74 FYI.
The library do not provide out-of-box support to pagination, but you can implement one with JsonBuffer
object.