Module: Ghee::API::Events
- Included in:
- Ghee
- Defined in:
- lib/ghee/api/events.rb
Overview
The Events module handles all of the Github Event API endpoints
Defined Under Namespace
Classes: Proxy
Instance Method Summary collapse
-
#events(params = {}) ⇒ Object
Get events.
Instance Method Details
#events(params = {}) ⇒ Object
Get events
Returns json
19 20 21 |
# File 'lib/ghee/api/events.rb', line 19 def events(params={}) return Proxy.new(connection, "./events",params) end |