Module: Remind101::Client::AccessTokens

Included in:
Remind101::Client
Defined in:
lib/remind101/client/access_tokens.rb

Instance Method Summary collapse

Instance Method Details

#post_access_tokens(hash) ⇒ Object

Public: Creates a new access token.

Examples

remind101.post_access_tokens

Returns the faraday response.



10
11
12
# File 'lib/remind101/client/access_tokens.rb', line 10

def post_access_tokens(hash)
  api_post('/access_tokens', hash)
end