Appendix
About
This section is included to assist the students to perform the activities in the book. It includes detailed steps that are to be performed by the students to achieve the objectives of the activities.
1: Your First Step
Activity 1: Sending Requests to Our APIs Using Postman
Solution
- First, we will get all of the recipes. Select GET as our HTTP method in the drop-down list.
- Enter the request URL http://localhost:5000/recipes.
- Click the Send button. The result can be seen in the following screenshot:
Figure 1.14: Getting all the recipes
In the HTTP response, you will see the HTTP status 200 OK in the top-right corner of the ...
Get Python API Development Fundamentals now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.