Class: Skooby::Request
- Inherits:
-
Object
- Object
- Skooby::Request
- Includes:
- HTTParty
- Defined in:
- lib/skooby/request.rb
Instance Method Summary collapse
Instance Method Details
#get(path, options = {}) ⇒ Object
10 11 12 |
# File 'lib/skooby/request.rb', line 10 def get(path, = {}) self.class.get(path, ).body end |
#post(path, options = {}) ⇒ Object
6 7 8 |
# File 'lib/skooby/request.rb', line 6 def post(path, = {}) self.class.post(path, ).body end |