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 f875a09 commit 69db0aaCopy full SHA for 69db0aa
content/v3.md
@@ -187,6 +187,8 @@ users.
187
Requests that return multiple items will be paginated to 30 items by
188
default. You can specify further pages with the `?page` parameter. For some
189
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.
192
193
<pre class="terminal">
194
$ curl https://api.github.com/user/repos?page=2&per_page=100
0 commit comments