class Github::Client::Activity::Events
def public(*args)
- Api: - public
Other tags:
- See: https://developer.github.com/v3/activity/events/#list-public-events -
def public(*args) arguments(args) response = get_request("/events", arguments.params) return response unless block_given? response.each { |el| yield el } end