API Reference¶
This section covers the public APIs exposed by drf-corekit.
| Module | Description |
|---|---|
| Commands | Management commands bundled with drf-corekit |
| Exceptions | Exception mapping and error response formatting |
| HTTP | Response helpers, status utilities, and HTTP level conventions |
| Logging | Middleware, logger access, logging config, and request context |
| Models | Abstract base models and common model level utilities |
| Pagination | Pagination classes and response envelope configuration |
| Permissions | Role based, ownership, and action based DRF permissions |
| Serializers | Base serializers, field helpers, and validation utilities |
| ViewSets | Base ViewSet classes, mixins, and exception / response handling |