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
- [BUG] Async Error Handlers Return Unawaited Coroutines Instead of HttpResponse in Django Ninja
- [BUG] Using `pydantic.Json[SomeModel]` in a query param fails
- `get_openapi_schema` outputs types using `anyOf` style - doesn't work with the Swift OpenAPI generator
- feat(django_getter): use function cache to increase performance
- [BUG] Handler functions with same path but different http method can't use different path variable names
- Add support for multiple response types to `@paginate` decorator
- Async reverse relationship
- Use correct schema mode for openAPI respones, fixes #1137
- [BUG] Swagger uses wrong endpoints for dynamically generated routers
- [BUG] ModelSchema does not mark field as required if it has a default value
- Docs
- Python not yet supported