1
0
mirror of synced 2026-01-09 15:02:41 -05:00

Merge pull request #23572 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-12-10 17:36:25 -06:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ shortTitle: Traverse with pagination
The {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} API provides a vast wealth of information for developers to consume.
Most of the time, you might even find that you're asking for _too much_ information,
and in order to keep our servers happy, the API will automatically [paginate the requested items][pagination].
and in order to keep our servers happy, the API will automatically [paginate the requested items](/rest/overview/resources-in-the-rest-api#pagination).
In this guide, we'll make some calls to the Search API, and iterate over
the results using pagination. You can find the complete source code for this project