mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-28 03:30:49 +00:00
* 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
285 B
YAML
8 lines
285 B
YAML
generatorName: ruby
|
|
outputDir: samples/client/echo_api/ruby-faraday
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/ruby-client
|
|
library: faraday
|
|
additionalProperties:
|
|
hideGenerationTimestamp: "true"
|