mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 06:30:52 +00:00
21 lines
597 B
YAML
21 lines
597 B
YAML
generatorName: r
|
|
outputDir: samples/client/petstore/R-httr2
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/r/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/r
|
|
httpUserAgent: PetstoreAgent
|
|
library: httr2
|
|
modelNameMappings:
|
|
dummy_model: JustModel
|
|
parameterNameMappings:
|
|
path_array: path_array_parameter
|
|
nameMappings:
|
|
percent_description: percent
|
|
additionalProperties:
|
|
packageName: petstore
|
|
exceptionPackage: rlang
|
|
useRlangExceptionHandling: true
|
|
returnExceptionOnFailure: true
|
|
errorObjectType: "ModelApiResponse"
|
|
operationIdNaming: snake_case
|
|
|