|
|
|
|
|
by BiteCode_dev
1344 days ago
|
|
It's not that. Fast API comes with a way to declare python types to get for free: - URL params, forms and query string parsing and validation - (de)serialization format choice - dependency injection for complex data retrieval (this one is very underrated and yet is amazing for identification, authentication, session and so on) - output consistency guarantees - API doc generation |
|