Method: BitBucket::Client#events
- Defined in:
- lib/bitbucket_rest_api/client.rb
#events(options = {}) ⇒ Object
This is a read-only API to the BitBucket events. These events power the various activity streams on the site.
8 9 10 11 |
# File 'lib/bitbucket_rest_api/client.rb', line 8 def events( = {}) raise "Unimplemented" #@events ||= ApiFactory.new 'Events', options end |