Skip to content

Commit 1ddcc1e

Browse files
committed
Merge pull request github#154 from y-p/master
added caveat about ?per_page in pagination section of summary
2 parents f875a09 + 69db0aa commit 1ddcc1e

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)