Matt Pollock
e3e06af5f4
[R] fix to-list and to-json functionality ( #20132 )
...
* [r client] fix to-list and to-json functionality
* fix type of json string
* wip
* refactor pr
* regenerate samples
* update to-dataframe example to use non-superceded tidyverse functions
* fix typo
2024-11-28 16:31:21 +08:00
Matt Pollock
6399a7a97e
[R] improve binary/text response handling ( #20131 )
...
* [R client] better support for binary/compressed responses
* cleanup
* revert change after PR review
* update samples
* fix R tests
* move private api methods to api-client, revert breaking method name change
2024-11-24 22:12:39 +08:00
Luke Zappia
29c3b020e6
[R] Update R6 object documentation ( #19679 )
...
* Remove @export and titles from R6 methods
* Remove redundant methods docs from R api.mustache
* Build project
2024-09-26 13:56:22 +08:00
Matt Pollock
1e17712f25
support binary response for R api client ( #17626 )
...
* support binary response for R api
* rework
* autogenerated samples
2024-01-23 16:28:37 +08:00
William Cheng
dc23ba3a23
fix example code reported by styler ( #13707 )
2022-10-17 01:49:39 +08:00
William Cheng
daf475a96d
R - better code format ( #13691 )
...
* r - beter code format
* better readme
* update instruction
2022-10-15 10:47:27 +08:00
William Cheng
09d3b8f866
fix optional body parameter in r ( #13483 )
2022-09-21 11:56:31 +08:00
William Cheng
517816d72b
[R] Add array support to path parameters ( #13450 )
...
* add array support to path parameters (r client)
* update samples
2022-09-17 22:35:00 +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
2bfbb87862
move print to public method, leave commented code to lock, unlock the class ( #13342 )
2022-09-03 14:03:03 +08:00
William Cheng
0d68f29d71
[R] Better rdoc ( #13275 )
...
* better rdoc
* update doc
* update samples
2022-08-28 10:17:59 +08:00
William Cheng
65d57a8bf1
[R] Add generateWrapper option ( #13198 )
...
* add generateWrapper option
* fix bug, add tests
* update doc
2022-08-17 15:05:57 +08:00
William Cheng
fb29284a99
improve r regular expression handling ( #13125 )
2022-08-08 00:56:43 +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
d3a268924f
better validation for r parameters ( #13119 )
2022-08-06 21:06:39 +08:00
William Cheng
13d34b9b63
[R][httr2] Fix form parameter support ( #13057 )
...
* fix form parameter support in the r client
* fix query param
* fix form parameters
2022-08-03 23:45:12 +08:00
William Cheng
d8771de9c1
fix query param, fix spec ( #13065 )
2022-08-03 11:49:34 +08:00
William Cheng
4635dda518
[R] Add httr2 support (work in progress) ( #13005 )
...
* add httr2 support to r client gen
* fix headers
* add accepts, content-types
* update samples
* fix req
* update samples
* various fixes
* add data file test
* fix streaming, add tests
2022-08-01 00:58:19 +08:00