Fast API Tutorial, Part 2: Path Parameters

preview_player
Показать описание
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.

Рекомендации по теме
Комментарии
Автор

Great, straightforward tutorial series. Thanks!

kevon
Автор

Sir that is great content, thank you for your job❤

gairatakbarov
Автор

awesome content. Keep rocking 😎. I came from dennis channel

rangabharath
Автор

anyone using pycharm, cool shortcut for selecting multiple similar values: ctrl+alt+shift+j

bruhhhhh
Автор

for me change this code would work:

async def get_food(food_name: str = FoodEnum()):

harissastrawijaya