complete-javascript-course
complete-javascript-course copied to clipboard
No more post request and API key in the documentation
Adding a recipe functionality on the forkify project needs post request and I notice the API documentation has been updated please how do I go about it?
you have to put a screenshot to understand your problem ?
Did you check the docs at https://forkify-api.herokuapp.com/v2?
The API key can be generated there, and the POST request uses the same endpoint as GET for all recipes (/recipes
). You just need to pass your API key as a parameter in the URI and the recipe object in the body of the request as shown in the course.