forked from loafle/openapi-generator-original
* fix attemp * use java.time.Instant * fix client gen * Tweeks * header and form * use scala 3 enum * more tweeks * add additional properties; add auth * add form media type * add modelsOnly * add unit tests * add petstore samples * add doc * add new samle to .github/workflows/samples-scala.yaml * update build.sbt template * simply the baseclient * add None to optional field * tweek auth model and format --------- Co-authored-by: Jenny Leahy <jennyleahy@JENNYLEAHY.localdomain>
7 lines
290 B
YAML
7 lines
290 B
YAML
generatorName: scala-http4s
|
|
outputDir: samples/client/petstore/scala-http4s
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/scala-http4s/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/scala-http4s
|
|
additionalProperties:
|
|
artifactId: scala-http4s-client
|