Method: Cloth::Client#get

Defined in:
lib/cloth/client.rb

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



12
13
14
# File 'lib/cloth/client.rb', line 12

def get(url, options = {})
  JSON.parse(request(:get, url, options).run.body)
end