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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm struggling with producing a functional code for an endpoint that facilitates upload of arbitrary amount of binary files. (https://swagger.io/docs/specification/describing-request-body/file-upload/ multiple file upload section).
The generated class for multipart data contains this:
and json.dumps than of course doesn't work for binary data.
My endpoint looks approximately like this:
I've used version 0.10.4 to generate the client. Please advise.
Beta Was this translation helpful? Give feedback.
All reactions