Description
Trying to generate an api client that supports multiple mutlipart upload at the same time (i don't think it's relevant what client, but for reference it is typescript-fetch) however the generator-cli is falling onto java code that isn't implemented - so isn't generating the right api code
openapi-generator version
4.3.1
The offending part of code:
|
//TODO fix collectformat for form parameters |
There's even a //todo against it 😁
Description
Trying to generate an api client that supports multiple mutlipart upload at the same time (i don't think it's relevant what client, but for reference it is typescript-fetch) however the generator-cli is falling onto java code that isn't implemented - so isn't generating the right api code
openapi-generator version
4.3.1
The offending part of code:
openapi-generator/modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultCodegen.java
Line 5660 in a2a1ac9
There's even a //todo against it 😁