Method: OAuth2::AccessToken#post

Defined in:
lib/oauth2/access_token.rb

#post(path, opts = {}, &block) ⇒ Object

Make a POST request with the Access Token

See Also:

[View source]

111
112
113
# File 'lib/oauth2/access_token.rb', line 111

def post(path, opts={}, &block)
  request(:post, path, opts, &block)
end