-
Notifications
You must be signed in to change notification settings - Fork 52
Are 'Multipart Requests' supported? #309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its mainta 8000 iners 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
Comments
Hi @b0m123, I can confirm that requests with This applies to the For |
One possible cause of action would be to add a special case to the request statement builder for |
Any idea how to work around this in the case of Controller (Spring) interfaces? |
Since invalid code is generated in this case, the best you can do for now is probably to omit the specific endpoint from the spec before generating and implement it yourself. For sure not ideal, but there's unfortunately no support for |
Hi, I have a question whether Multipart requests are supported? (see https://swagger.io/docs/specification/describing-request-body/multipart-requests/)
I'm trying to generate simple OkHttp client with model (here is my endpoint in openapi.yaml as example)
but I'm facing an error
Unresolved reference 'MultipartFormData'.
To be clear I'm using fabrikt-gradle-plugin with this config
Thanks in advance for any support
The text was updated successfully, but these errors were encountered: