Skip to content

Instantly share code, notes, and snippets.

@yock
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yock/d92295285d67a53f3403 to your computer and use it in GitHub Desktop.
Save yock/d92295285d67a53f3403 to your computer and use it in GitHub Desktop.
Thinking Outside the Block v1
require 'net/http'
response = Net::HTTP.start 'api.example.com', 80 { |http|
http.get '/endpoint'
}
p response.body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment