August 2024
Intermediate to advanced
312 pages
7h 25m
English
The application programming interface (API) is the cornerstone of your FARM stack, functioning as the brain of the system. It implements business logic that dictates how the data flows in and out of the system, but more importantly, how it relates to the business requirements inside your system.
Frameworks such as FastAPI are much easier to showcase through examples. In this chapter, you’ll explore some simple endpoints that make up for a minimal, self-contained REST API. These examples will help you understand how FastAPI handles requests and responses.
This chapter focuses on introducing the framework, along with the standard REST API practices and how they are implemented in FastAPI. You’ll learn how to send ...
Read now
Unlock full access