schon/engine/core/docs/drf
Egor fureunoir Gorbunov ff99177139 feat(viewsets): add endpoint to retrieve products by identifier
introduce `exact_list` action in `viewsets.py` to retrieve products by `uuid`, `slug`, or `sku` identifiers. Includes input validation and ratelimiting. Adds corresponding schema documentation and a GraphQL mutation for similar functionality.
2026-03-01 22:22:59 +03:00
..
__init__.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
views.py Features: 1) Add async and sync capabilities to CamelCaseMiddleWare; 2) Include OpenAPI support for Enum name overrides in DRF settings; 3) Integrate OpenAPI types in DRF views for improved schema accuracy. 2025-12-19 17:27:36 +03:00
viewsets.py feat(viewsets): add endpoint to retrieve products by identifier 2026-03-01 22:22:59 +03:00