Method: Taxy::Connection#get

Defined in:
lib/connection.rb

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



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

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