Module: BlippexAPI::Request
- Included in:
- Client
- Defined in:
- lib/blippex_api/request.rb
Overview
Request module to handle all requests to API
Instance Method Summary collapse
-
#get(path, opts = {}) ⇒ Hashie::Mash
Perform a get request.
Instance Method Details
permalink #get(path, opts = {}) ⇒ Hashie::Mash
Perform a get request
12 13 14 |
# File 'lib/blippex_api/request.rb', line 12 def get path, opts={} request(:get, path, opts).body end |