-
-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
This is a feature for 0.2.0 release, we can start without it.
We need to design file uploads.
Sources of inspiration:
- https://docs.djangoproject.com/en/6.0/topics/http/file-uploads/
- https://docs.litestar.dev/latest/usage/requests.html#file-uploads
- https://www.django-rest-framework.org/api-guide/parsers/#fileuploadparser
- https://django-ninja.dev/guides/input/file-params/
Key points:
- File uploads must follow the regular path that Django's file uploads do
- They should be customizable via
BACKENDS, which is done by Django by default - They should be type safe
- Schema generation must pass
schemathesis
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request