Method: CrowdPay::ClassMethods#get

Defined in:
lib/crowd_pay.rb

#get(url) ⇒ Object



102
103
104
105
106
107
# File 'lib/crowd_pay.rb', line 102

def get(url)
  connection.get do |req|
    req.url(url)
    req.headers['Content-Type'] = 'application/json'
  end
end