-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Hi. For some time now, we've been using Retrofit with Moshi, and we used a `Converter` to unwrap the usual 'envelope', like this:
```
@JsonClass(generateAdapter = true)
data class Envelope(val da…
-
Is there a recommended Convertor for Retrofit for the generated Kotlin code?
-
For the following JAR files:
```
converter-moshi-2.9.0.jar
retrofit-2.9.0.jar
unit-api-2.0.jar
jai_core-1.1.3.jar
jstl-1.2.jar
aspectjweaver-1.9.7.jar
postgresql-42.2.25.jar
spring-boot-2.5.1…
-
It will be nice to provide a simple way to use klaxon and retrofit :
https://github.com/square/retrofit/tree/master/retrofit-converters
Thanks
-
**URL of codelab:**
[Codelab](https://developer.android.com/codelabs/basic-android-kotlin-compose-getting-data-internet?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-bas…
-
https://github.com/renovatebot/renovate/blob/39d01251b26bd6f84c34d45e834249418f6f8210/lib/config/presets/internal/replacements.ts#L621
- [x] okhttp
- [ ] stdlib-jre
- [x] mockito-kotlin
- [ …
-
Hi Thrifty developers,
thanks for the great lib!
I implemented a retrofit converter for thrifty, can you please take a look at [this retrofit PR](https://github.com/square/retrofit/pull/2403)?
…
-
I stumbled upon this: https://github.com/square/retrofit/issues/1554 and added a converter because I wanted to handle the empty response body and not pass it as null to Observable. That thread is talk…
-
## Is your feature request related to a problem? Please describe.
I've noticed that retrofit_generator currently uses the `toJson` method within an enum for conversion when it exists, instead of usin…