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
Viacheslav Pivovarov
e5dee54797
[R][client] Make enum parameters with required: false
optional to request arguments ( #19654 )
...
* ODM-11697: Adding null check in R-api
* bin/generate-samples.sh executed
---------
Co-authored-by: Kunitsyn Oleg <114428801+genestack-okunitsyn@users.noreply.github.com>
2024-10-05 15:12:30 +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
Jonas Emmert
bcd0bc5de8
[R][Client] fix brackets for httr2 file_params ( #18142 )
...
* fix brackets for httr2 file_params
* added additional braces to baseName of httr2 file_params
2024-03-21 11:43:50 +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
37fb856775
add validation for query enum parameters in r client ( #13415 )
2022-09-14 14:37:07 +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
f0d8c3e735
fix query parameter in r client ( #13348 )
2022-09-05 03:44:22 +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
d1f44e8a7e
fix http basc auth in R client ( #13330 )
2022-09-01 14:14:08 +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