Class: OAuthSimple::HttpClient

Inherits:
Object
  • Object
show all
Defined in:
lib/oauth-simple/http_client.rb

Instance Method Summary collapse

Instance Method Details

#get(url, headers) ⇒ Object



27
28
29
# File 'lib/oauth-simple/http_client.rb', line 27

def get(url, headers)
  open(url, 'r', headers).read
end