mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-28 03:30:49 +00:00
11 lines
378 B
YAML
11 lines
378 B
YAML
generatorName: ruby
|
|
outputDir: samples/client/petstore/ruby-httpx
|
|
library: httpx
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/ruby/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/ruby-client
|
|
additionalProperties:
|
|
gemVersion: 1.0.0
|
|
moduleName: Petstore
|
|
gemName: petstore
|
|
skipFormModel: "true"
|