Method: BitBucket::Client#oauth

Defined in:
lib/bitbucket_rest_api/client.rb

#oauth(options = {}) ⇒ Object Also known as: authorizations

An API for users to manage their own tokens.



18
19
20
# File 'lib/bitbucket_rest_api/client.rb', line 18

def oauth(options = {})
  @oauth ||= ApiFactory.new 'Request::OAuth', options
end