Skip to content

Commit 69db0aa

Browse files
author
y-p
committed
added caveat about support for ?per_page in pagination section
1 parent f875a09 commit 69db0aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/v3.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ users.
187187
Requests that return multiple items will be paginated to 30 items by
188188
default. You can specify further pages with the `?page` parameter. For some
189189
resources, you can also set a custom page size up to 100 with the `?per_page` parameter.
190+
Note that for technical reasons not all endpoints respect the `?per_page` paramater,
191+
see [events](http://developer.github.com/v3/events/) for example.
190192

191193
<pre class="terminal">
192194
$ curl https://api.github.com/user/repos?page=2&per_page=100

0 commit comments

Comments
 (0)