Module: Breacan::Client::OAuth
- Included in:
- Breacan::Client
- Defined in:
- lib/breacan/client/oauth.rb
Instance Method Summary collapse
Instance Method Details
#oauth_access(args) ⇒ Object
4 5 6 |
# File 'lib/breacan/client/oauth.rb', line 4 def oauth_access(args) post 'oauth.access', query: args end |