Skip to content

Instantly share code, notes, and snippets.

@borischerkasky
Last active August 11, 2019 19:12
Show Gist options
  • Save borischerkasky/7b9177a09dcdd6e086d310f123bb2254 to your computer and use it in GitHub Desktop.
Save borischerkasky/7b9177a09dcdd6e086d310f123bb2254 to your computer and use it in GitHub Desktop.
# since i'm overriding HTTParty's headers i need to provide the user agent so GitHub won't reject the api call
headers = {"User-Agent"=>"Httparty", "Accept"=>"application/vnd.github.mockingbird-preview"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment