Skip to content

Instantly share code, notes, and snippets.

@dmacvicar
Created January 3, 2012 21:33
Show Gist options
  • Save dmacvicar/1557045 to your computer and use it in GitHub Desktop.
Save dmacvicar/1557045 to your computer and use it in GitHub Desktop.
require 'open-uri'
f = open('https://api.github.com/user', :http_basic_authentication => ['username', 'password'])
puts f.read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment