-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multipart/form-data support #62
Comments
Good idea to add this. What is IRuntimeForm? Is it imported from somewhere? |
@gaboe |
Ok, I wasn't sure if it comes from some package. It looks good - are you working on implementation? I can implement when i would have a time. |
@gaboe What do you think? (Its not tested solution - just idea) |
Published as 5.2.0 |
Is it possible to add support for multipart/form-data with json content?
Swagger example:
swagger.json
Expected behavior after generating - something like this:
Generated behaviour - DTO is completely missing.
I woud use something like Generic FormData for this - maybe this microsoft/TypeScript#43797 (comment)
And result should be request that looks like this:
What do you think? :)
The text was updated successfully, but these errors were encountered: