Jonas Emmert
6075b8a8f1
[R][Client] Fix api response, JSON for maps and let httr2 api client handle empty response bodies ( #18049 )
...
* changed files from rebuilding project and updating samples
* change default value of from_encoding to empty string
- from_encoding = NULL is invalid and produces an error, as only strings are allowed, see https://www.rdocumentation.org/packages/base/versions/3.6.2/topics/iconv
- defaulting to an empty string fixes this issue
* fix map being surrounded by quotes in json
* allow httr2 client to deal with empty response body
* changed files from rebuilding project and updating samples
* added PetMap schema for test of correct map serialization in toJSONString and regenerated samples
2024-03-13 15:30:58 +08:00
William Cheng
6f05655101
Add mapping features to R client generator ( #16252 )
...
* add mapping features to r client generator
* update samples
2023-08-05 13:34:57 +08:00
William Cheng
6788f43af0
Better handling of Inline schema ( #15682 )
...
* skip allOf inline subschema created as $ref
* add option for fallback
* add back atleastonemodel
* add log
* update java, kotlin, js samples
* update tests
* fix native client test
* fix java client errors by regenerating test files
* clean up python
* clean up powershell
* clean up php
* clean up ruby
* update erlang, elixir
* update dart samples
* update ts samples
* update r, go samples
* update perl
* update swift
* add back files
* add back files
* remove outdated test files
* fix test
2023-06-11 15:35:58 +08:00
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
dc23ba3a23
fix example code reported by styler ( #13707 )
2022-10-17 01:49:39 +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
c939894711
[R] add URL validation ( #13570 )
...
* add url validation in r client
* update samples
2022-10-02 23:57:33 +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
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
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
b55fa261f3
add oneOf discriminator lookup support ( #13301 )
2022-08-29 01:24:01 +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
65d57a8bf1
[R] Add generateWrapper option ( #13198 )
...
* add generateWrapper option
* fix bug, add tests
* update doc
2022-08-17 15:05:57 +08:00