Module: Vinegar::Request
- Included in:
- Client
- Defined in:
- lib/vinegar/request.rb
Instance Method Summary collapse
Instance Method Details
#get(path, options = {}) ⇒ Object
3 4 5 6 |
# File 'lib/vinegar/request.rb', line 3 def get(path, = {}) response = request(:get, path, ) response.body end |