Fast API Tutorial, Part 2: Path Parameters

Fast API Tutorial, Part 2: Path Parameters

53.491 Lượt nghe
Fast API Tutorial, Part 2: Path Parameters
Fast API path parameters are what allow us to interact with the Path Operation method. It allows us to pass in data like - ID values - Query strings - Request body Among many other things. In this video we introduce path parameters at a very basic level. GitHub: https://github.com/jvp-design/fastapi-tutorial/tree/2-Path_Parameters