forked from loafle/openapi-generator-original
* Add petstore config * Expand lambda to allow formatting of partials * Fix order of operation with parenthesis * Fix not exposing needed enum to string converters * Add support for form params including files * Add generated petstore client * Regenerate existing elm client * Add script that all files compile successfully * Remove old unmaintained petstore client * Add pipeline to try and compile elm clients
4 lines
193 B
YAML
4 lines
193 B
YAML
generatorName: elm
|
|
outputDir: samples/client/petstore/elm
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/elm |