Method: Ecwid::Client#get

Defined in:
lib/ecwid/client.rb

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



29
30
31
# File 'lib/ecwid/client.rb', line 29

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