Method: Keymaker::Service#post

Defined in:
lib/keymaker/service.rb

#post(url, body) ⇒ Object



128
129
130
131
# File 'lib/keymaker/service.rb', line 128

def post(url, body)
  faraday_response = connection.post(parse_url(url), body)
  Keymaker::Response.new(self, faraday_response)
end