Allow RESTClient and GQLClient to support automatic pagination
Open
enhancement
- Dominant language
- Go
- Stars
- 438
- Forks
- 94
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 6
Description
Pagination is currently not possible using `RESTClient` and takes lots of manual work using `GQLClient`. We should support this feature for both. Initial implementation idea is to add a `pagination` options to `ClientOptions` which would enable this for both clients and be a noop for the `HTTPClient`.
Contributor guide
Assessment
This issue has not been assessed yet.