Skip to Main Content
Python API Development Fundamentals
book

Python API Development Fundamentals

by Jack Chan, Ray Chung, Jack Huang
November 2019
Beginner to intermediate content levelBeginner to intermediate
372 pages
6h 24m
English
Packt Publishing
Content preview from Python API Development Fundamentals

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

  1. First, we will get all of the recipes. Select GET as our HTTP method in the drop-down list.
  2. Enter the request URL http://localhost:5000/recipes.
  3. Click the Send button. The result can be seen in the following screenshot:
    Figure 1.14: Getting all the recipes
    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 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Build REST APIs with Django REST Framework and Python

Build REST APIs with Django REST Framework and Python

Shubham Sarda
The Complete Python Course

The Complete Python Course

Jose Salvatierra Fuentes, Codestars By Rob Percival

Publisher Resources

ISBN: 9781838983994Supplemental Content