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 24: def request(http_method, path, *arguments) 25: @response = consumer.request(http_method, path, self, {}, *arguments) 26: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.