Github API v3: fetching events from date to date

Is it possible to use Github API v3 to receive events from date date to date? Nothing in the documentation: http://developer.github.com/v3/events/

+5
source share
1 answer

You cannot specify an end date, however, since the results are paginated, you can stop requesting events after a certain date on your own.

+3
source

All Articles