This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Improve API pagination support #285
Labels
type: feature
code contributing to the implementation of a feature and/or user facing functionality
Currently pagination is dictated via the
open-api
spec support and, for the list endpoints that support it, users will need to rely on theper_page
andpage
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) 👍
The text was updated successfully, but these errors were encountered: