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
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
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
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
6b6403b2bf
enhance api exception in r client ( #13046 )
2022-07-31 16:20:39 +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
40c87e125c
fix stream_callback doc ( #12879 )
2022-07-16 16:33:41 +08:00
William Cheng
20420e5e14
[R] add streaming support ( #12821 )
...
* add streaming option to r client
* support callback function to process data stream
* add stream test, minor bug fixes
* fix api client
* return void earlier if streaming, add tests
2022-07-11 00:19:07 +08:00
William Cheng
f1dd44d70c
add tests for item with special characters ( #12757 )
2022-07-03 17:26:12 +08:00
William Cheng
3feb11acbb
fix nested oneof, fix toStringJSON ( #12723 )
2022-06-28 23:43:56 +08:00
William Cheng
5cb66a8ab0
[R] Fix empty variable name, fix post process model ( #12708 )
...
* fix empty variable name, fix post process model
* fix empty base name
2022-06-27 19:26:51 +08:00
William Cheng
726765af50
improve r documentation, readme, code sample ( #12700 )
2022-06-26 15:15:22 +08:00
William Cheng
042f717352
[R] escape item reserved words in model items ( #12653 )
...
* fix item reserved words
* add comment
* add log
2022-06-21 11:42:27 +08:00
William Cheng
bd6617b3e7
Better null check for encoding ( #12597 )
...
* better null check for encoding
* add tests
* update samples
2022-06-15 15:49:30 +08:00
William Cheng
4fbe1e9115
[R] add anyOf support ( #12544 )
...
* add anyOf support
* add anyOf support to r client generator
2022-06-07 10:05:34 +08:00
William Cheng
6cd246931e
[R] add oneOf support ( #12491 )
...
* add oneof support
* add validateJson method
* add validteJSON and tests
* add tests, add oneOf logic
* better error message in validateJSON
* fix tests
* add test for error message
* remove unused code
2022-06-05 18:03:34 +08:00
William Cheng
f0ea10f239
Update R auto-generated doc ( #12488 )
...
* update r doc, tests
* add new files
2022-05-29 10:01:44 +08:00
William Cheng
05d49d9107
Add support for allOf in R client generator ( #12487 )
...
* add support for all in R client generator
* update samples
2022-05-29 07:22:18 +08:00
William Cheng
3597621fbc
[R] Use snake_case in method parameter names ( #12390 )
...
* use snake_case in method parameter names
* update doc
2022-05-19 01:23:27 +08:00
Nathan Baulch
5d68bd6a03
Fix thousands of spelling typos ( #10272 )
2021-08-28 22:58:24 +08:00
Tyler Ballast
f5151de9fc
Add whitespace to SDK documentation where necessary ( #8919 )
...
* Add a space between table title and the line above it to resolve issues when translating markdown to asciidoc
* Regenerate Samples
Co-authored-by: Tyler Ballast <tyler.ballast@reportix.com>
Co-authored-by: tballast <tyler.ballast@gmail.com>
2021-03-08 21:40:54 +08:00
William Cheng
6dee98784a
Fix auto-generated R doc ( #8584 )
...
* fix auto-generated R doc
* better example for enum value
2021-02-01 13:30:31 +08:00
Sai Giridhar P
3082eda27e
[r][documentation]: Adding model summary to model documentation files. ( #4310 )
...
* feat(documentation): Adding model documentation
* feat(documentation): Adding model documentation
2019-10-30 17:06:39 +08:00
Sai Giridhar P
10a310ef69
[r] Updating api docs to include HTTP response codes and their corresponding headers ( #3699 )
...
* fix(r): Adding response headers on docs
* fix(r): Adding response headers on docs
2019-08-21 10:21:56 +08:00
Ramanth Addala
a4b1c269d8
fix(r): updated example in doc(.md) file ( #3429 )
...
* fix(r): updated doc(.md) files
* fix(r): changed enum representation
2019-07-24 23:15:21 +08:00
Ramanth
46c18ad4dd
[R] feat(r) : Alternate PR for serialization fixes along with WithHttpInfo method enhancement ( #3099 )
...
* feat(r): fixing serialization and deserialization issues
* feat(r): pet store file generated with serialization fixes
* fix(r): updated the query params with keyname in get request
* fix(r):fix issue with package name and other minor
* fix(r): fixing unit tests
* feat(r): adding api calls WithHttpInfo method
* fix(r): reverting unit test changes
* feat(r): saving changes for reference
* Revert "feat(r): saving changes for reference"
This reverts commit 0d091b5c20f8f7f83e8b3318c1f7ddf5c0a4cced.
* feat(r): minor refactor of method position
* fix(r): fixing bug in withhttpinfo method args passing
* fix(r): generated petstore with fix
2019-06-21 16:38:32 +08:00
sylvainmoindron
7916f2f880
[kotlin-spring] add reactive behavior via Kotlin coroutines ( #2934 )
...
* kotlin spring : add reactivity via kotlin's coroutines
* add kotlin spring boot reactive samples
* bug : fix spring version and import for coroutines
* remove exception handler for reactive (webflux doesn't support it)
* add spring milestone repository to maven pom
* add reactive type for list in Api and ApiImpl methodes for mathching body responsive parameter
* fix baseType for ArraySchema
* regenerate samples
* updating documentation
2019-06-02 15:50:45 -04:00
William Cheng
3b017c59f1
Add better example code for R object ( #2492 )
...
* add better example for r object
* better code format
2019-03-24 23:21:31 +08:00
Vincent Devos
a55fb7adc5
[R sample] fix CircleCI error of outdated sample ( #2313 )
2019-03-07 19:02:16 +08:00