Skip to content

Instantly share code, notes, and snippets.

@benben
Created September 20, 2011 20:29
Show Gist options
  • Save benben/1230217 to your computer and use it in GitHub Desktop.
Save benben/1230217 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
# encoding: UTF-8
require 'rubygems'
require 'rest_client'
API_KEY = '...'
response = RestClient.get 'http://apileipzig.de/api/v1/district/streets', :params => {:api_key => API_KEY, :limit => 10}
puts response.to_str.encoding
# => US-ASCII
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment