Class | OAuth::ConsumerToken |
In: |
lib/oauth/tokens/consumer_token.rb
|
Parent: | Token |
consumer | [RW] | |
params | [RW] | |
response | [R] |
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' })