mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-22 04:57:08 +00:00
[Bug][Kotlin-client] Can now handle path param of type list (#12244)
* Bugfix Kotlin-client: Can now handle path param of type list for jvm-volley and multiplatform. Also cleaning up generated code * Adding samples to github workflow. Deleting old workflow * Tweaking setup of jvm-volley * Updating samples Co-authored-by: William Cheng <wing328hk@gmail.com>
This commit is contained in:
@@ -53,7 +53,6 @@ open class DefaultApi(
|
||||
val localVariableBody = apa
|
||||
|
||||
val localVariableQuery = mutableMapOf<String, List<String>>()
|
||||
|
||||
val localVariableHeaders = mutableMapOf<String, String>()
|
||||
|
||||
val localVariableConfig = RequestConfig<kotlin.Any?>(
|
||||
|
||||
Reference in New Issue
Block a user