Skip to content

Instantly share code, notes, and snippets.

@ronanq
Created May 22, 2012 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ronanq/2767229 to your computer and use it in GitHub Desktop.
Save ronanq/2767229 to your computer and use it in GitHub Desktop.
def http_put(client, url, body, extra_params = {})
http_request(client, :post, url, body, extra_params)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment