mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-15 06:00:52 +00:00
* Add dynamicOperations option to okhttp gen * Add tests * Add apiclient tests * Fix apiclient template * Add dependencies in gradle and sbt
10 lines
424 B
YAML
10 lines
424 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/okhttp-gson-dynamicOperations
|
|
library: okhttp-gson
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: petstore-okhttp-gson-dynamicoperations
|
|
hideGenerationTimestamp: "true"
|
|
dynamicOperations: "true"
|