Method: PassaporteWeb::Http.post

Defined in:
lib/passaporte_web/http.rb

.post(path = '/', body = {}, params = {}, type = 'application') ⇒ Object



15
16
17
# File 'lib/passaporte_web/http.rb', line 15

def self.post(path='/', body={}, params={}, type='application')
  put_or_post(:post, path, body, params, type)
end