class JsonClient::Update::Request
Public Instance Methods
fetch()
click to toggle source
# File lib/json_client/update.rb, line 4 def fetch body = auth_params.merge(params).to_json client.put( url, body, 'content-md5' => md5(body) ) end