1 Comment

I've fallen in love with FastAPI recently, and one of the reasons I enjoy using it is because it automatically generates Swagger documentation from the function declarations. There's no need to mess with additional configuration or documentation--the functions themselves are the source of truth.

Expand full comment