pollPublicEvents method

EventPoller pollPublicEvents()

Returns an EventPoller for public events.

API docs: https://developer.github.com/v3/activity/events/#list-public-events

Implementation

EventPoller pollPublicEvents() => EventPoller(github, '/events');