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
|
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
|
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
|
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
|
c4dd42e7a0
|
fix r model validations, add tests (#13181)
|
2022-08-15 00:27:10 +08:00 |
|
William Cheng
|
9e20b01b12
|
[R] allow oauth scopes customization, remove unused import (#13179)
* add oauth scopes, remove unused import
* fix null check
|
2022-08-14 22:50:36 +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
|
247574aa0c
|
fix assignment, clean up tests, use !!! operator (#13075)
|
2022-08-05 14:09:24 +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
|
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 |
|