fastapi
https://github.com/tiangolo/fastapi
Python
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported121 Subscribers
View all SubscribersAdd a CodeTriage badge to fastapi
Help out
- Issues
- feat: supported globally setting response_model_by_alias
- ✨ Add possibility to customize the response class for `openapi.json` endpoint
- 🐛 Fix handling of empty value for `byte` file list parameter
- APIRouter: add a `APIRouter.exception_handler` decorator to register handlers in big aplications
- ✨ Add support for setting default values for `response_model` formatting
- ✨ Allow using `openapi.models.Server` model to specify `FastAPI(servers=[])`
- feat: add custom route on route level
- Add overloads to param functions
- ♻️ Refactor `jsonable_encoder` to optimize subclass encoder resolution using MRO
- ✨ Allow exclusion/inclusion of none and unset fields in OpenAPI schema
- Docs
- Python not yet supported