This repository was archived by the owner on Oct 10, 2022. It is now read-only.
This repository was archived by the owner on Oct 10, 2022. It is now read-only.
Improve API pagination support #285
Open
Description
Currently pagination is dictated via the open-api
spec support and, for the list endpoints that support it, users will need to rely on the per_page
and page
params to iteratively fetch new data. The fact that we're not exposing the response headers also means users will have no way to know when further data is available or not.
We should figure a user friendly API mechanism to deal with this - e.g. #39 (comment) 👍