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
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