forked from loafle/openapi-generator-original
* add new ruby echo api clients * add tests for ruby faraday file download * add file download test to ruby Typhoeus * add ruby workflow, add tests for ruby httpx * update * fix
8 lines
287 B
YAML
8 lines
287 B
YAML
generatorName: ruby
|
|
outputDir: samples/client/echo_api/ruby-typhoeus
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/ruby-client
|
|
library: typhoeus
|
|
additionalProperties:
|
|
hideGenerationTimestamp: "true"
|