Open raulrodriguez8 opened 3 years ago
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
Main now has a basic test on Home, but we need a new Results View to format the response from API
Find By Ingredients url = 'https://api.spoonacular.com/recipes/findByIngredients?ingredients=%s&number=10&ranking=1&ignorePantry=true&apiKey=
Find By Recipe ID https://api.spoonacular.com/recipes/%s/information?includeNutrition=false&apiKey=