Method: PassaporteWeb::Http.get
- Defined in:
- lib/passaporte_web/http.rb
.get(path = '/', params = {}, type = 'application') ⇒ Object
7 8 9 |
# File 'lib/passaporte_web/http.rb', line 7 def self.get(path='/', params={}, type='application') get_or_delete(:get, path, params, type) end |