forked from loafle/openapi-generator-original
* updated invoker remove unwanted set the invoker fixed the ordering of supported files added sample generated files regenerated samples added docs * sample files Co-authored-by: sjindal <sandeep.jindal@agoda.com>
9 lines
451 B
YAML
9 lines
451 B
YAML
# This is for generating scala legacy client
|
|
generatorName: scala-httpclient-deprecated
|
|
outputDir: samples/client/petstore/scala-httpclient-deprecated
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/scala-httpclient
|
|
additionalProperties:
|
|
apiPackage: org.openapitools.example.api
|
|
invokerPackage: org.openapitools.example.invoker
|
|
artifactId: scala-legacy-petstore |