Kirill Romanov
4e5a828c12
feat: add option to support non-ascii headers in kotlin client ( #20331 )
2024-12-15 16:46:42 +08:00
Jorge Fernandez
a447b5988d
[Kotlin] fix #20231 , OkHttp client can handle a field with a list of files ( #20274 )
...
* feat(issue-20231): Kotlin okhttp client handles correctly fields that are optional with multiple files.
* docs(issue-20231): add docstrings
* feat(issue-20231): Remove unnecessary test spec
* feat(issue-20231): Kotlin okhttp client handles correctly fields that are optional with multiple files.
* docs(issue-20231): add docstrings
* feat(issue-20231): Remove unnecessary test spec
* feat(issue-20231): Remove unnecessary if condition
2024-12-09 20:00:05 +08:00
Alexander Brandon Coles
3a37ba33a7
Fix typo "bellow" ( #20268 )
...
* Fix typo in constant name: s/BELLOW/BELOW/
* Fix typo ('bellow') in docs, comments and strings
2024-12-06 16:18:08 +00:00
William Cheng
8035da8639
Revert "[Kotlin] fix #20231 , OkHttp client can handle a field with a list of…" ( #20257 )
...
This reverts commit 71ccc88037216d973b0df12d4b6c618ae00b355b.
2024-12-05 17:04:42 +08:00
Kirill Romanov
05d4aa9f62
[kotlin][client] support text/plain in okhttp ( #20250 )
...
* refactor: simplify application/octet-stream check
* feat: support text/plain in kotlin okhttp client
* refactor: remove redundant always-false condition
content is ByteArray is checked earlier
2024-12-05 11:51:10 +08:00
Jorge Fernandez
71ccc88037
[Kotlin] fix #20231 , OkHttp client can handle a field with a list of files ( #20232 )
...
* feat(issue-20231): Kotlin okhttp client handles correctly fields that are optional with multiple files.
* docs(issue-20231): add docstrings
* feat(issue-20231): Remove unnecessary test spec
2024-12-04 22:41:37 +08:00
Ross
23aa2e2cb2
Added default headers to ServerError<T> for Kotlin OkHTTP generator ( #20161 )
2024-11-22 13:10:22 +00:00
William Cheng
654f62ce3c
Prepare 7.11.0 ( #20130 )
...
* Revert "prepare 7.10.0 release (#20128 )"
This reverts commit 12dfe8fe74a1515d1e69e00df9abe4128aa44160.
* update to 7.11.0-SNAPSHOT, update samples
* update docs
2024-11-18 20:15:29 +08:00
Pavel Sveda
acb16410c4
[Kotlin] Introduce support for Kotlin Explicit API Mode for Kotlin-Client generator ( resolve #16506 ) ( #19999 )
...
* [Kotlin] Properly document nonPublicApi CLI option
* [Kotlin] Respect parameter name of parent KSerializer to avoid miss-behavior
* [Kotlin] Introduce support for Kotlin Explicit API Mode for Kotlin-Client generator (resolves #16506 )
2024-10-30 21:57:47 +00:00