Method: FellowshipOneAPI::Client#request
- Defined in:
- lib/f1api/client.rb
#request(*args) ⇒ Object
Passes through the request to the OAuth library to be signed and set out HTTP
58 59 60 |
# File 'lib/f1api/client.rb', line 58 def request(*args) @oauth_access_token.request(*args) end |