Nathan Baulch
9f1fa0e440
Fix another batch of spelling typos ( #13915 )
...
* Fix typos
* Remove repeated words
* Minor grammar fixes
2022-11-07 21:30:24 +08:00
William Cheng
363906fda3
Better error check if discriminator value is null in r client ( #13930 )
...
* better error check if discriminator value is null in r client
* more readable error messages
2022-11-07 02:16:16 +08:00
William Cheng
d74c49b93d
better error handling in the r client ( #13800 )
2022-10-23 20:40:53 +08:00
William Cheng
fae9a798a0
Better handling of date, datetime in R client ( #13706 )
...
* better handling of date, datetime in R client
* use string instead of as.Date
2022-10-17 00:41:37 +08:00
William Cheng
0602d8f8a7
fix url validator, add tests ( #13628 )
2022-10-07 23:07:53 +08:00
William Cheng
3ec6cc5bf5
[R] add for more tests for URL validation ( #13572 )
...
* add url validation in r client
* update samples
* add more tests for url validation
2022-10-03 13:34:27 +08:00
William Cheng
c939894711
[R] add URL validation ( #13570 )
...
* add url validation in r client
* update samples
2022-10-02 23:57:33 +08:00
William Cheng
6a631b4cc0
[R] add discriminator and mappings support ( #13529 )
...
* add discriminator property, mapping
* add discriminator, mapping support to R client generator
* add discriminator, mapping support to R client genrator httr library
2022-09-28 00:18:28 +08:00
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
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
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
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
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
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
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
65d57a8bf1
[R] Add generateWrapper option ( #13198 )
...
* add generateWrapper option
* fix bug, add tests
* update doc
2022-08-17 15:05:57 +08:00