Method: BitBucket::Client#oauth
- Defined in:
- lib/bitbucket_rest_api/client.rb
#oauth(options = {}) ⇒ Object Also known as:
An API for users to manage their own tokens.
18 19 20 |
# File 'lib/bitbucket_rest_api/client.rb', line 18 def oauth( = {}) @oauth ||= ApiFactory.new 'Request::OAuth', end |