module Remind101::Client::AccessTokens
Public Instance Methods
post_access_tokens(hash)
click to toggle source
Public: Creates a new access token.
Examples
remind101.post_access_tokens
Returns the faraday response.
# File lib/remind101/client/access_tokens.rb, line 10 def post_access_tokens(hash) api_post('/access_tokens', hash) end