William Cheng
3b017c59f1
Add better example code for R object ( #2492 )
...
* add better example for r object
* better code format
2019-03-24 23:21:31 +08:00
William Cheng
5ba35ecd31
[R] url-encode path parameters ( #2397 )
...
* url encode path parameter
* convert number to string before encoding
2019-03-14 20:54:10 +08:00
William Cheng
a2d6073110
skip error when directory already exists ( #2379 )
2019-03-13 15:26:48 +08:00
William Cheng
3ba6d8226e
[R] Add petstore integration tests to CI ( #2354 )
...
* add r petstore test
* run test in node 1
* fix r bash test
* fix typo
* fix permission error
* fix r installation error
* use diff r repo
* install latest r
* install curl
* use sudo for apt-get
* add no manual
* add sudo install
* better caching
* export env
* update lib location
* create lib dir
* update r lib dir
2019-03-11 20:56:11 +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
Joke Durnez
1a07bd6573
Bugfix/rheaders ( #1965 )
...
* debug headers in R client
* fixes to R client
* petstore samples
* missing space
* other space :)
2019-01-26 17:27:24 +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
Jérémie Bresson
7ecd5f3566
Rename "swagger" to "openapi" ( #191 )
...
* Rename ".swagger-codegen-ignore" to ".openapi-generator-ignore"
* Rename setGenerateSwaggerMetadata(Boolean) to setGenerateMetadata(Boolean)
* Rename Metadata Folder to .openapi-generator
2018-04-22 21:28:17 +02: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
59663c0f1f
Remove License File ( #6312 )
2017-08-15 14:40:05 +08:00
Ramkumar Chandrasekaran
3de6a8f0f2
Adding R Petstore Client Package ( #6307 )
2017-08-14 16:06:08 +08:00