Method: VersionOne::Client#get_uri

Defined in:
lib/version-one/client.rb

#get_uri(uri, options = {}) ⇒ Object



49
50
51
# File 'lib/version-one/client.rb', line 49

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