File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: Events | GitHub API
44
55# Events
66
7- This is a read-only API to the GitHub events. These events power the
7+ This is a read-only API to the GitHub events. These events power the
88various activity streams on the site.
99
1010* TOC
@@ -31,6 +31,10 @@ Events support [pagination](/v3/#pagination),
3131however the ` per_page ` option is unsupported. The fixed page size is 30 items.
3232Fetching up to ten pages is supported, for a total of 300 events.
3333
34+ Only events created within 90 days will be included in timelines. Events
35+ older than 90 days will not be included (even if the total number of events
36+ in the timeline is less than 300).
37+
3438All Events have the same response format:
3539
3640<%= headers 200, : pagination => { : next => 'https://api.github.com/resource?page=2 ' } %>
You can’t perform that action at this time.
0 commit comments