Skip to content

Instantly share code, notes, and snippets.

@xenda
Created May 3, 2010 20:43
Show Gist options
  • Save xenda/388567 to your computer and use it in GitHub Desktop.
Save xenda/388567 to your computer and use it in GitHub Desktop.
require 'httparty'
# Pruebo leyendo de Twitter
response = HTTParty.get('http://twitter.com/statuses/public_timeline.json'); nil
>> response.class
=> Array
# Pruebo de ElComercio
response = HTTParty.get("http://elcomercio.pe/api?type=noticias&key=f200bb9f78622bc78d8598a405877974b358bcf1"); nil
>> response.class
=> String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment