kamikat / moshi-jsonapi

JSON API v1.0 Specification in Moshi.
MIT License
156 stars 35 forks source link

Does this support a jsonAPI Pagination? #85

Open jutikorn opened 5 years ago

jutikorn commented 5 years ago

http://jsonapi.org/format/#fetching-pagination

Is there a way to retrieve the next and prev in link field.

kamikat commented 5 years ago

74 FYI.

The library do not provide out-of-box support to pagination, but you can implement one with JsonBuffer object.