Method: Keymaker::Service#put

Defined in:
lib/keymaker/service.rb

#put(url, body) ⇒ Object



133
134
135
136
# File 'lib/keymaker/service.rb', line 133

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