William Cheng
dc23ba3a23
fix example code reported by styler ( #13707 )
2022-10-17 01:49:39 +08:00
William Cheng
863dbc7c3e
r better doc ( #13447 )
2022-09-17 14:59:02 +08:00
William Cheng
f98753aa8b
[R] support explode (true/false) in query array parameters ( #13364 )
...
* fix query parameters (explode or not) in r client
* add tests
2022-09-07 12:21:13 +08:00
William Cheng
ed3666fbde
[R] Minor improvements to the documentation ( #13226 )
...
* minor improvement to r doc
* better scopes
2022-08-19 14:59:01 +08:00
William Cheng
7e4f3c9b67
[R] Add fromJSONString method to oneOf/anyOf in R client ( #13223 )
...
* add fromJSONString method to oneOf/anyOf in R client
* update code samples
2022-08-19 01:39:02 +08:00
William Cheng
f287dde875
[R][httr2] better support for OAuth authoriziation flows ( #13123 )
...
* better oauth support in r client
* better comment
* update samples
* remove commented code
* update samples
* fix mustache tag
2022-08-07 21:49:04 +08:00
William Cheng
f5900c7015
[R] fix auto-generated doc, add checks for bearer/access token ( #13112 )
...
* update readme to show bearer auth
* fix doc
* fix doc
2022-08-06 16:32:18 +08:00
William Cheng
aa1f6276f3
[R][httr2] fix HTTP header ( #13066 )
...
* add test for header parameters
* fix header parameter in r httr2 client
2022-08-03 15:05:39 +08:00
William Cheng
d8771de9c1
fix query param, fix spec ( #13065 )
2022-08-03 11:49:34 +08:00
William Cheng
6b6403b2bf
enhance api exception in r client ( #13046 )
2022-07-31 16:20:39 +08:00
William Cheng
6e6c2f9a0e
add http basic test in r client ( #12978 )
2022-07-22 10:01:48 +08:00
William Cheng
f26985c239
add http bearer auth support to R client ( #12974 )
2022-07-22 09:44:05 +08:00
William Cheng
eb471db7c9
[R] fix a couple warnings reported by lintr ( #12903 )
...
* better code format in r client
* update code based on lintr
* update samples
2022-07-17 23:49:37 +08:00
William Cheng
40c87e125c
fix stream_callback doc ( #12879 )
2022-07-16 16:33:41 +08:00
William Cheng
20420e5e14
[R] add streaming support ( #12821 )
...
* add streaming option to r client
* support callback function to process data stream
* add stream test, minor bug fixes
* fix api client
* return void earlier if streaming, add tests
2022-07-11 00:19:07 +08:00
William Cheng
726765af50
improve r documentation, readme, code sample ( #12700 )
2022-06-26 15:15:22 +08:00
William Cheng
bd6617b3e7
Better null check for encoding ( #12597 )
...
* better null check for encoding
* add tests
* update samples
2022-06-15 15:49:30 +08:00
William Cheng
f0ea10f239
Update R auto-generated doc ( #12488 )
...
* update r doc, tests
* add new files
2022-05-29 10:01:44 +08:00
William Cheng
3597621fbc
[R] Use snake_case in method parameter names ( #12390 )
...
* use snake_case in method parameter names
* update doc
2022-05-19 01:23:27 +08:00
William Cheng
6dee98784a
Fix auto-generated R doc ( #8584 )
...
* fix auto-generated R doc
* better example for enum value
2021-02-01 13:30:31 +08:00
Sai Giridhar P
10a310ef69
[r] Updating api docs to include HTTP response codes and their corresponding headers ( #3699 )
...
* fix(r): Adding response headers on docs
* fix(r): Adding response headers on docs
2019-08-21 10:21:56 +08:00
Ramanth Addala
a4b1c269d8
fix(r): updated example in doc(.md) file ( #3429 )
...
* fix(r): updated doc(.md) files
* fix(r): changed enum representation
2019-07-24 23:15:21 +08:00
Ramanth
46c18ad4dd
[R] feat(r) : Alternate PR for serialization fixes along with WithHttpInfo method enhancement ( #3099 )
...
* feat(r): fixing serialization and deserialization issues
* feat(r): pet store file generated with serialization fixes
* fix(r): updated the query params with keyname in get request
* fix(r):fix issue with package name and other minor
* fix(r): fixing unit tests
* feat(r): adding api calls WithHttpInfo method
* fix(r): reverting unit test changes
* feat(r): saving changes for reference
* Revert "feat(r): saving changes for reference"
This reverts commit 0d091b5c20f8f7f83e8b3318c1f7ddf5c0a4cced.
* feat(r): minor refactor of method position
* fix(r): fixing bug in withhttpinfo method args passing
* fix(r): generated petstore with fix
2019-06-21 16:38:32 +08:00
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
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