class RecipePuppyAPI1 URL = "http://www.recipepuppy.com/api/" def get_recipes uri = URI.parse(URL) response = Net::HTTP.get_response(uri) JSON.par