-
**Is your feature request related to a problem? Please describe.**
Using Retrofit, by default, when using suspend, when an API returns successfully (the backend actual responds), when the status code…
-
I added moshi-jsonapi to my Android project as follows in the build.gradle:
```
implementation 'moe.banana:moshi-jsonapi:3.5.0'
implementation 'moe.banana:moshi-jsonapi-retrofit-converter:3.5.0'
…
-
**URL of codelab:**
https://developer.android.com/codelabs/basic-android-kotlin-compose-getting-data-internet#7
**Specify the language of the codelab if it is not English:**
**In which ta…
-
#### 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…
-
We currently cannot directly convert from `String` to `Timestamp`/`Time` or `LocalDateTime`/`LocalTime`, if the string version of the timestamp has a time zone:
```java
ConverterProvider cp = new …
-
The new converter version is not **protobuf nano** converter.
https://github.com/square/retrofit/tree/cdf16a83babdf21e0f11e332be7412c2c9dd8071/retrofit-converters/protobuf-nano/src/main/java/retrofit…
-
I am connecting to web service with last version `retrofit` but get me bellow error :
`okhttp3.internal.http2.StreamResetException: stream was reset: PROTOCOL_ERROR`
My code is like bellow :
…
-
Hi,
I'm still getting a NumberFormatException. I guess the activityId should be a long not an int.
Cheers
-Sal
```java
Caused by: retrofit.RetrofitError: com.google.gson.JsonSyntaxException: …
-
[I've keyword-stuffed the title so that even if you decide not to do this some poor soul in the same situation has a better chance of finding this solution. I've searched through this repo's issues an…
-
I'm trying to get Retrofit to work with polymorphic types, something like this:
```java
public static interface Vehicle {
}
public static class Car implements Vehicle {
@J…