I need my API to print a list of titles as well as a full description. I am having trouble getting a list of titles. Any advice?

前端 未结 0 1944
轻奢々
轻奢々 2021-01-13 02:18
class RecipePuppyAPI1
  URL = "http://www.recipepuppy.com/api/"

def get_recipes
 uri = URI.parse(URL)
  response = Net::HTTP.get_response(uri)
   JSON.par         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题