Module: DhlEcommerce::Client::Connection

Included in:
DhlEcommerce::Client
Defined in:
lib/dhl_ecommerce/connection.rb

Instance Method Summary collapse

Instance Method Details

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



6
7
8
# File 'lib/dhl_ecommerce/connection.rb', line 6

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

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



10
11
12
# File 'lib/dhl_ecommerce/connection.rb', line 10

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