Skip to content

Instantly share code, notes, and snippets.

View ratmav's full-sized avatar
🤘
bitslingin'

Chris Watkins ratmav

🤘
bitslingin'
View GitHub Profile
# Ruby 2.2.1
require 'httparty'
URL_PREFIX = 'http://www.wholelattelove.com'
@leaf_url = ''
def response(suffix)
HTTParty.get(URL_PREFIX + suffix)
end