Ramanth Addala
a0bfc3c1f2
replacing caTools dependency with base64enc ( #6349 )
...
* replacing caTools dependency with base64enc
* adding review fixes
* fix(r) : updated the cran repo url
2020-05-20 21:19:13 +08:00
Vincent Devos
a55fb7adc5
[R sample] fix CircleCI error of outdated sample ( #2313 )
2019-03-07 19:02:16 +08:00
William Cheng
9695090d9b
[R] Fix NPE issue due to default value using example value ( #2231 )
...
* fix NPE issue due to default value using example value
* update r petstore sample
2019-02-25 19:09:26 +08:00
William Cheng
e6658278ad
R client refactoring ( #2215 )
...
* [R] fix namespace, use 2-space indentation (#2105 )
* fix namespace, indentation
* use 2-space indentation in model files
* update gitignore
* use PascalCase for function naming (#2106 )
* [R] improve .travis.yml, .Rbuildignore (#2109 )
* update travis
* enhance travis.yml
* update travis, .Rbuildignore
* [R] Add auto-generated documentations, change parameter naming (#2114 )
* add auto-generated doc for r client
* remove module name
* replace nil with void
* [R] fix object serialization to JSON (#2129 )
* fix object serialization
* fix array property seriziation
* fix deserializing array of string
* fix array of object deserialization
* [R] Fix return type (#2140 )
* fix return type
* update r petstore sample
* add auto-generated tests (#2141 )
* rename file to conform to style guide (#2142 )
* add authenticaiton support to R (#2153 )
[R] Add authentication support, minor ApiClient refactor
* rename test files
* [R] various improvements and bug fixes (#2162 )
* fix api keys in headers
* use optional parameter in function signature
* fix property naming
* fix doc assignment operator
* [R] fix base64 encode (#2171 )
* fix base64 encode
* fix basic http auth
* fix typo, update instruction (#2203 )
* rename test files to conform to style guide (#2206 )
* [R] improve class constructor (#2208 )
* update constructor with optional parameter, default value
* update r petstore sample
* clean up files
* regenerate files
* Revert "rename test files to conform to style guide (#2206 )"
This reverts commit 90a6302a6565d208a6ab298fda41a47836a63d9c.
* fix query parameter in api client (#2214 )
2019-02-23 23:51:11 +08:00
William Cheng
a4f76b889e
update R default value, clean up old R files, add window batch for ( #415 )
...
openapi3
2018-05-11 11:25:50 +08:00
Jakob Schelbert
e3ba06cabb
Fix some bugs for the R client ( #6535 )
...
* * Fix bugs in api.mustache, model.mustache, mostly bracket errors or small typos
* Added section about installation in README.mustace
TODO: fix tests in testthat
TODO: fix bug in description.mustace regarding package name
* Updates to sample for R client caused by running ./bin/r-petstore.sh (or .\bin\windows\r-petstore.bat)
* Add R specific files to .gitignore
* [R] add additional files generated by the petstore sample. (see #6520 )
2017-09-27 00:06:53 +08:00
Ramkumar Chandrasekaran
3de6a8f0f2
Adding R Petstore Client Package ( #6307 )
2017-08-14 16:06:08 +08:00