Module: Rainmaker::Request
- Included in:
- API
- Defined in:
- lib/rainmaker/request.rb
Overview
Defines HTTP request methods
Defined Under Namespace
Classes: QueryParams
Instance Method Summary collapse
-
#get(path, options = {}, raw = false) ⇒ Object
Perform an HTTP GET request.
Instance Method Details
#get(path, options = {}, raw = false) ⇒ Object
Perform an HTTP GET request
7 8 9 |
# File 'lib/rainmaker/request.rb', line 7 def get(path, ={}, raw=false) request(:get, path, , raw) end |