Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created April 3, 2012 10:08
Show Gist options
  • Save jlebrech/52ad9edf96ffabf7ee6d to your computer and use it in GitHub Desktop.
Save jlebrech/52ad9edf96ffabf7ee6d to your computer and use it in GitHub Desktop.
postData = Net::HTTP.post_form(
URI.parse(@base_uri + path),
URI.encode_www_form(options[:query]),
{'X-Auth-Token'=>@authToken}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment