File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,8 @@ see [events](http://developer.github.com/v3/activity/events/) for example.
249
249
$ curl https://api.github.com/user/repos?page=2&per_page=100
250
250
</pre >
251
251
252
+ ### Link Header
253
+
252
254
The pagination info is included in [ the Link
253
255
header] ( http://tools.ietf.org/html/rfc5988 ) . It is important to
254
256
follow these Link header values instead of constructing your own URLs. In some
Original file line number Diff line number Diff line change 76
76
## Get all users
77
77
78
78
This provides a dump of every user, in the order that they signed up for
79
- GitHub. Note that the ` since ` parameter is required in addition to the
80
- ` page ` parameter when using pagination.
79
+ GitHub.
80
+
81
+ Note: Pagination is powered exclusively by the ` since ` parameter.
82
+ Use the [ Link header] ( /v3/#link-header ) to get the URL for the next page of
83
+ users.
81
84
82
85
GET /users
83
86
You can’t perform that action at this time.
0 commit comments