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
William Cheng
40c87e125c
fix stream_callback doc ( #12879 )
2022-07-16 16:33:41 +08:00
William Cheng
ed6280b0f7
add roxygen2 to workflow ( #12880 )
2022-07-16 16:33:23 +08:00
William Cheng
a3269a0569
Add R GitHub action file ( #12868 )
...
* fix travis, update rbuildignore
* add comment
2022-07-15 15:31:22 +08:00
William Cheng
28b74d79cb
remove unused import in r package ( #12867 )
2022-07-14 16:23:02 +08:00
William Cheng
4dfac192f8
fix warning in rdoc due to missing @param ( #12865 )
2022-07-14 15:41:56 +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
6cae0fbb78
Merge remote-tracking branch 'origin/6.1.x'
2022-07-04 01:22:51 +08:00
William Cheng
9e412edb64
Prepare 6.0.1 release ( #12762 )
...
* update to v6.0.1
* update doc
* update samples
2022-07-03 23:36:46 +08:00
William Cheng
f1dd44d70c
add tests for item with special characters ( #12757 )
2022-07-03 17:26:12 +08:00
William Cheng
08108cc4ba
add tests for nested oneOf fromJSONString ( #12740 )
2022-06-30 23:08:49 +08:00
William Cheng
0232d1cd00
add toString method to oneOf/anyOf objects ( #12727 )
2022-06-29 11:01:56 +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
9522f6d1e2
add toString method in models ( #12706 )
2022-06-27 19:26:35 +08:00
William Cheng
726765af50
improve r documentation, readme, code sample ( #12700 )
2022-06-26 15:15:22 +08:00
William Cheng
e4b78dbbd8
[R] minify json in toJSON ( #12699 )
...
* minify json in toJSON
* update fromjson with better variable naming
2022-06-25 18:11:25 +08:00
William Cheng
f5e701c459
update r api doc ( #12679 )
2022-06-24 10:39:48 +08:00
William Cheng
c3970d7348
update r model doc ( #12676 )
2022-06-23 20:47:12 +08:00
William Cheng
7d768f2535
[R] add error object type support ( #12402 )
...
* use rlang as exception in the petstore test
* add errorObject support
* fix method name, use ModelApiRespeonse
* update samples
* update doc
* fix api exception
2022-06-23 13:45:05 +08:00
William Cheng
012f90895f
add doc to api exception, response object in R client ( #12659 )
2022-06-22 16:47:27 +08:00
William Cheng
a599ae927f
fix deserialization for r model with special item name ( #12658 )
2022-06-22 15:06:56 +08:00
William Cheng
f2cc3b8611
fix roxygen warnings in oneof, anyof, api_client ( #12654 )
2022-06-21 16:35:24 +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
1f7a49539f
update roxygen to newer version ( #12652 )
2022-06-21 09:59:18 +08:00
William Cheng
f29fdab33d
update constructor for r oneof, anyof objects ( #12643 )
2022-06-21 09:25:54 +08:00
William Cheng
c26ac3f8a3
add documentations to r oneof, anyof ( #12638 )
2022-06-19 23:19:55 +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
14aef2c93d
[R] Add validateJSON to oneOf, anyOf models ( #12548 )
...
* add validateJSON to r oneof, anyof models
* update tests
2022-06-08 00:35:40 +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
5db8cd0eff
fix toJSON, add tests ( #12541 )
2022-06-06 23:17:35 +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
5bd94b8fa0
prepare 6.1.x
2022-05-26 12:58:25 +08:00
William Cheng
36a9cf394d
update samples ( #12466 )
2022-05-26 12:13:59 +08:00
William Cheng
69f79fb789
Prepare 6.0.0 release ( #12463 )
...
* prepare 6.0.0 release
* update samples
* update meta codegen
2022-05-26 10:28:01 +08:00
William Cheng
7b08aa408d
[R] improve code format ( #12387 )
...
* better code format for r client
* more code format improvement
2022-05-25 18:02:52 +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
William Cheng
35dc6451e4
update .RBuildIgnore ( #12383 )
2022-05-17 16:07:26 +08:00
William Cheng
1b7b4ede44
[R] fix warnings in DESCRIPTION ( #12380 )
...
* fix warnings in description
* fix maintainer
* update test with jsonlite method instead
2022-05-17 13:25:16 +08:00
William Cheng
13496aad5b
[R] Add import in the namespace file ( #12372 )
...
* add import in the namespace file
* add import r6
2022-05-17 10:52:39 +08:00
William Cheng
040482e977
add support to download response as file ( #12373 )
2022-05-17 10:52:09 +08:00
William Cheng
884a74550a
add tests to set httpUserAgent in r client ( #12321 )
2022-05-10 17:23:13 +08:00
William Cheng
8e49875871
update samples, docs
2022-04-24 15:38:16 +08:00
adessoDpd
1602942292
[Wsdl] Adding cli-option for generating different versions of WSDL-files regarding Media type versioning (content negotiation) ( #12206 )
...
* add wsdl version generation
* add option to use specified operationId
* update samples
* update cli description
2022-04-24 15:29:09 +08:00
William Cheng
2d4a01aa70
Revert "Prepare 6.0.0 beta release ( #12039 )"
...
This reverts commit 914b539eea7097ad2b4323d20c8f95144782cb68.
2022-04-04 12:17:12 +08:00