Superclass for tokens used by OAuth Clients
Make a signed request using given http_method to the path
@token.request(:get, '/people') @token.request(:post, '/people', @person.to_xml, { 'Content-Type' => 'application/xml' })
# File lib/oauth/tokens/consumer_token.rb, line 24 def request(http_method, path, *arguments) @response = consumer.request(http_method, path, self, {}, *arguments) end
Generated with the Darkfish Rdoc Generator 2.