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
William Cheng
3c4948ac08
skip client id, secret validation to allow multiple auth schemas ( #13126 )
2022-08-08 01:39:07 +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
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
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
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
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