We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c272d30 commit bcc747dCopy full SHA for bcc747d
1 file changed
content/v3.md
@@ -293,6 +293,7 @@ $ curl https://api.github.com/user/repos?page=2&per_page=100
293
Note that page numbering is 1-based and that ommiting the `?page`
294
parameter will return the first page.
295
296
+For more information on pagination, check out our guide on [Traversing with Pagination][pagination-guide].
297
### Link Header
298
299
The pagination info is included in [the Link
@@ -553,3 +554,4 @@ A link that looks like this:
553
554
["url2", {:rel => "foo", :bar => "baz"}]] %>
555
556
[support]: https://github.com/contact?form[subject]=APIv3
557
+[pagination-guide]: /guides/traversing-with-pagination
0 commit comments