forked from loafle/openapi-generator-original
* feat(r): Added handling exception with ApiException class and document generation * feat(r):enhancements to exception handling and documentation * fix(r): fixes and reverting the man folder * fix(r): minor fix of import statement * fix(r): generated the docs file * fix(r) minor doc casing fixes
651 B
651 B
id: generator-opts-client-r title: Config Options for r sidebar_label: r
Option | Description | Values | Default |
---|---|---|---|
packageName | R package name (convention: lowercase). | openapi | |
packageVersion | R package version. | 1.0.0 | |
hideGenerationTimestamp | Hides the generation timestamp when files are generated. | true | |
returnExceptionOnFailure | Throw an exception on non success response codes | false | |
exceptionPackage | Specify the exception handling package |
|
default |