Skip to content

Instantly share code, notes, and snippets.

@kaecy
Created January 22, 2014 20:05
Show Gist options
  • Select an option

  • Save kaecy/8566358 to your computer and use it in GitHub Desktop.

Select an option

Save kaecy/8566358 to your computer and use it in GitHub Desktop.
begin
stream = open(url + "&api_key=#{@key}");
rescue OpenURI::HTTPError => exception
json = JSON.parse exception.io.read;
print json['type'], ', ', json['message'], "\n";
nil;
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment