You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for the team's work on this project.
As a follow up to #366 and #36, I was wondering if support for multipart/mixed was on the roadmap.
I'm working against a batch endpoint that uses multipart/mixed - it works as a global proxy to other operations in OpenAPI document. I'd like to use this project if possible to generate Swift API client.
The text was updated successfully, but these errors were encountered:
But we'd be open to accepting a PR adding that support. Can you elaborate on why the mixed subtype is used instead of the more common form-data? Can you include a snippet of the OpenAPI doc that uses it?
Question
Hello! 👋
First of all, thank you for the team's work on this project.
As a follow up to #366 and #36, I was wondering if support for
multipart/mixed
was on the roadmap.I'm working against a batch endpoint that uses
multipart/mixed
- it works as a global proxy to other operations in OpenAPI document. I'd like to use this project if possible to generate Swift API client.The text was updated successfully, but these errors were encountered: