Method: LondonCab::Auth::Faraday::Request#post

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

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



9
10
11
# File 'lib/london_cab_auth/faraday/request.rb', line 9

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