forked from loafle/openapi-generator-original
* Implement scala http4s server generator * Fix types and auth * Add proper handling of various responses * Fix configs * Drop null values in json encoder * Add sample files --------- Co-authored-by: m.tkachev <m.tkachev@tinkoff.ru>
6 lines
305 B
YAML
6 lines
305 B
YAML
generatorName: scala-http4s-server
|
|
outputDir: samples/server/petstore/scala-http4s-server
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/scala-http4s-server
|
|
additionalProperties:
|
|
artifactId: openapi-scala-http4s-server |