Ramanth Addala 0cb921251d feat(r): Added handling exception with ApiException class and better documentation (#3217)
* 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
2019-07-03 22:05:21 +08:00

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
Use stop() for raising exceptions.
rlang
Use rlang package for exceptions.
default