forked from loafle/openapi-generator-original
* 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 |