Hello, I was wondering if you could provide an example for how you would perform pagination in suiteql where the max limit is 1000 and a 'next_link' url is provided? It appears in the _request and _request_impl functions, you are using the _make_url function to generate the url for the request, but this does not appear to allow for a different url or subpath to be passed? Unless I am missing something.
Assuming pagination is handled, there is also the issue of only being able to return 100,000 records in a single POST request. Do you have any suggestions for working around this using your sdk?
Thank you in advance!
Hello, I was wondering if you could provide an example for how you would perform pagination in suiteql where the max limit is 1000 and a 'next_link' url is provided? It appears in the _request and _request_impl functions, you are using the _make_url function to generate the url for the request, but this does not appear to allow for a different url or subpath to be passed? Unless I am missing something.
Assuming pagination is handled, there is also the issue of only being able to return 100,000 records in a single POST request. Do you have any suggestions for working around this using your sdk?
Thank you in advance!