Method: LondonCab::Auth::Faraday::Request#get

Defined in:
lib/london_cab_auth/faraday/request.rb

#get(path, options = {}) ⇒ Object



5
6
7
# File 'lib/london_cab_auth/faraday/request.rb', line 5

def get(path, options = {})
  request(:get, path, options)
end