Method: Delhivery::Connection#post

Defined in:
lib/delhivery/connection.rb

#post(route, body = nil, headers = {}) ⇒ Object



37
38
39
# File 'lib/delhivery/connection.rb', line 37

def post(route, body=nil, headers={})
  run_request(:post, route, body, headers)
end