mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 13:42:44 +00:00
* [kotlin][client] add support for coroutines with OkHttp * [kotlin] fix petstore project
10 lines
338 B
Bash
Executable File
10 lines
338 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
./bin/openapi3/kotlin-client-petstore.sh
|
|
./bin/openapi3/kotlin-client-petstore-multiplatform.sh
|
|
./bin/openapi3/kotlin-client-petstore-nullable-required.sh
|
|
./bin/openapi3/kotlin-client-petstore-retrofit2-coroutines.sh
|
|
./bin/openapi3/kotlin-client-petstore-retrofit2-rx.sh
|
|
./bin/openapi3/kotlin-client-petstore-retrofit2-rx2.sh
|