OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.48k stars 6.5k forks source link

fixes #18853: provide support of array attributes in multipart/form-data request for axios and fetch typescript clients #18855

Closed jeandonaldroselin closed 3 months ago

jeandonaldroselin commented 4 months ago

PR checklist

Please review my PR : @TiFu @taxpon @sebastianhaas @kenisteward @Vrolijkx @macjohnny @topce @akehir @petejohansonxo @amakhrov @davidgamero @mkusaka

macjohnny commented 3 months ago

@jeandonaldroselin can you merge the most recent master and fix the CI issues if they still occur?

jeandonaldroselin commented 3 months ago

@jeandonaldroselin can you merge the most recent master and fix the CI issues if they still occur?

Hello @macjohnny, I will check the state ASAP and push the changes 👍🏽

jeandonaldroselin commented 3 months ago

@jeandonaldroselin can you merge the most recent master and fix the CI issues if they still occur?

Hello @macjohnny,

Sorry I was busy a lot since last week. I updated my PR with the latest master and updated the tests. The related build just passed :).

Please can you have a look at it ?