Allow RESTClient and GQLClient to support automatic pagination #23
Open
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
.