William Cheng
|
e146afbea1
|
better enum status validation (#13486)
|
2022-09-22 10:04:03 +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
|
863dbc7c3e
|
r better doc (#13447)
|
2022-09-17 14:59:02 +08:00 |
|
William Cheng
|
943d8bfb8f
|
Add set support to model properties in R client (#13443)
* add set support to model properties in r client
* update samples
|
2022-09-16 23:09:23 +08:00 |
|
William Cheng
|
26ebde4a19
|
support set in r client parameters (#13430)
|
2022-09-16 13:38:35 +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
|
928070c57a
|
Prepare 6.1.1 SNAPSHOT version (#13399)
* prepare v6.1.1
* update samples
* update doc
|
2022-09-11 19:08:23 +08:00 |
|
William Cheng
|
43dbb5ff9c
|
6.1.0 release (#13398)
|
2022-09-11 17:16: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
|
6c9421684a
|
escape % in description in r model @field (#13353)
|
2022-09-05 11:37:24 +08:00 |
|
William Cheng
|
f0d8c3e735
|
fix query parameter in r client (#13348)
|
2022-09-05 03:44:22 +08:00 |
|
William Cheng
|
c81c103572
|
[R] Remove obsolete importMapping code, add tests (#13345)
* remove import obsolete code, add tests
* remove man fodler
* update .gitignore
|
2022-09-05 00:21:52 +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
|
b6576d1173
|
[R] Update fromJSON to handle additional properties (#13331)
* update fromJSON to handle additional properties
* update RoxygenNote to newer version
|
2022-09-02 09:46:56 +08:00 |
|
William Cheng
|
d1f44e8a7e
|
fix http basc auth in R client (#13330)
|
2022-09-01 14:14:08 +08:00 |
|
William Cheng
|
cebdbb6a11
|
add additional properties support in r client (#13317)
|
2022-08-31 15:06:40 +08:00 |
|
William Cheng
|
b55fa261f3
|
add oneOf discriminator lookup support (#13301)
|
2022-08-29 01:24:01 +08:00 |
|
William Cheng
|
a582c38aa1
|
[R] override print , lock classes (#13300)
* override print, add lock
* add print, lock class to anyof/oneof
|
2022-08-28 18:03:59 +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
|
66ecfb62c3
|
[R] minor bug fixes in oneOf, anyOf (#13298)
* update oneof to handle primitive types in r client
* add support for primitive type support in anyOf in r client
* remmove lock
|
2022-08-28 09:36:45 +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
|
4916774a21
|
fix rdoc type (#13216)
|
2022-08-18 14:23:19 +08:00 |
|
William Cheng
|
9f3fac53c1
|
[R] Fix warnings reported by r cmd check (#13205)
* fix warnings reported by r cmd check
* fix assignment
|
2022-08-17 20:17:30 +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
|
c4dd42e7a0
|
fix r model validations, add tests (#13181)
|
2022-08-15 00:27:10 +08:00 |
|
William Cheng
|
123f92d136
|
add validations to R models (#13157)
|
2022-08-12 17:09:36 +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
|
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
|
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 |
|
William Cheng
|
6b6403b2bf
|
enhance api exception in r client (#13046)
|
2022-07-31 16:20:39 +08:00 |
|
William Cheng
|
054264df90
|
[R] refactor the client to prepare additional HTTP library support (#13045)
* remove httr functions from api files
* fix comments
|
2022-07-31 10:52:57 +08:00 |
|
William Cheng
|
e5e4e8fc07
|
throw exception if username, password is not set in http auth in r client (#13035)
|
2022-07-28 17:06:52 +08:00 |
|
William Cheng
|
c905760898
|
fix query, header params (#13034)
|
2022-07-28 16:31:12 +08:00 |
|
William Cheng
|
e811d6bbe2
|
prefix local variables in api functions in r client (#13018)
|
2022-07-26 19:20:23 +08:00 |
|
William Cheng
|
adf7062e63
|
add support for accept, content-type headers in r client (#13017)
|
2022-07-26 17:19:23 +08:00 |
|
William Cheng
|
e4b268613c
|
[R] fix assignment, better doc (#12979)
* better code format
* fix doc comment, remove blank line
* ignore .lintr in rbuildignore
|
2022-07-22 13:08:01 +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
|
c26e19cbc0
|
Revert "Add support for string response deserialization (#12910)"
This reverts commit b8524bee232a55e28693354ab543b91e3f65629a.
|
2022-07-21 12:58:46 +08:00 |
|
Emanuele Saccomandi
|
b8524bee23
|
Add support for string response deserialization (#12910)
* Add support for string response deserialization
* updated samples
* updated samples
* realigned to master
* fix: errors were not getting thrown
* updated samples
* fix: errors were not getting thrown
* updated samples
|
2022-07-21 12:45:50 +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
|
e05b9746ea
|
[R] Add lintr (#12902)
* add lintr
* update samples
|
2022-07-17 17:29:05 +08:00 |
|