7 ms·
I wanted wanted to share a package I made to enable use of type annotations for automatic validation/sanitization in Django REST Framework. I've borrowed ideas
by rsinger87 7y ago
I wanted wanted to share a package I made to enable use of type annotations for automatic validation/sanitization in Django REST Framework.
I've borrowed ideas from the original API Star (https://github.com/encode/apistar https://github.com/encode/apistar) (before it was an OpenAPI toolkit) and FastAPI (https://fastapi.tiangolo.com/ https://fastapi.tiangolo.com/). Instagram engineering also had a recent blog post about how they do something similar with Django views (https://instagram-engineering.com/types-for-python-http-apis-an-instagram-story-d3c3a207fdb7 https://instagram-engineering.com/types-for-python-http-apis...).