Method: WEB_API::SignetMethod#get
- Defined in:
- lib/web_api/signet.rb
#get(args) ⇒ Object
20 21 22 23 |
# File 'lib/web_api/signet.rb', line 20 def get(args) url = "#{uri.scheme}://#{uri.host}#{pathquery(args)}" fetch_protected_resource(url, headers(args)) end |