How to paginate through data in HTTP requests?

Hey @Kihap69,

If it is just paged based you can use this example which will increment the page by one, You will need to tweak this to fit your API but hopefully it helps.

This example loops through the GitHub API to return everything I have starred over the years but the theory should work with most page based APIs.

4 Likes