mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 04:00:51 +00:00
* add r echo api client sample * add r workflow * fix * add env * set r version * install curl * install dep * fix * comment out installation
7 lines
244 B
YAML
7 lines
244 B
YAML
generatorName: r
|
|
outputDir: samples/client/echo_api/r
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/r
|
|
additionalProperties:
|
|
hideGenerationTimestamp: "true"
|