Skip to content

Instantly share code, notes, and snippets.

@adriand
Created March 15, 2010 03:19
Show Gist options
  • Save adriand/332459 to your computer and use it in GitHub Desktop.
Save adriand/332459 to your computer and use it in GitHub Desktop.
# http://httparty.rubyforge.org/
# E.g.: Twitter.get('/1/users/show.json', :query => { :screen_name => "USERNAME" })
class Twitter
include HTTParty
base_uri 'api.twitter.com'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment