12 13 14
# File 'lib/cloth/client.rb', line 12 def get(url, options = {}) JSON.parse(request(:get, url, options).run.body) end