mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
* feat(issue-20231): add echo_api client for kotlin okhttp * build(issue-20231): sync files
8 lines
334 B
YAML
8 lines
334 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/echo_api/kotlin-jvm-okhttp
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/kotlin/echo_api.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
modelNamePrefix: Api
|
|
additionalProperties:
|
|
library: jvm-okhttp4
|
|
artifactId: kotlin-jvm-okhttp-echo-api |