django-ninja
https://github.com/vitalik/django-ninja
Python
💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
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 supported2 Subscribers
Add a CodeTriage badge to django-ninja
Help out
- Issues
- respect the 'by_alias' route config also in generated docs for 'json body' data
- [FIX] Updated Swagger doc to use csrftoken cookie value for custom csrf token header
- Restore support to do template-syntax lookups for nested dicts.
- Change settings access to support FastAPI-style single file apps
- [BUG] `ModelSchema` produces `id > (integer | null)` openapi
- [BUG] Using `pydantic.Json[SomeModel]` in a query param fails
- Use correct schema mode for openAPI respones, fixes #1137
- Use property to alias ForeignKey fields instead of Pydantic alias
- fix: also set default_factory to None when fields are optional
- Allow Schema model_config.extra = "allow"
- Docs
- Python not yet supported