class Github::Client

def events(options = {})

These events power the various activity streams on the site.
This is a read-only API to the GitHub events.
def events(options = {})
  @events ||= ApiFactory.new 'Events', options
end