API queries
raulrodriguez8 opened this issue · 2 comments
raulrodriguez8 commented
raulrodriguez8 commented
API Call1: Get recipes based on ingredients submitted
https://api.spoonacular.com/recipes/findByIngredients?ingredients=ingredient1,+ingredient2,+ingredient3&number=10
API Call2: Get Information about a specific recipe based on ID
GET https://api.spoonacular.com/recipes/insertrecipeIDhere/information?includeNutrition=false
raulrodriguez8 commented
Main now has a basic test on Home, but we need a new Results View to format the response from API