Jake Wharton
Jake Wharton
Use an OkHttp interceptor and look up the `Invocation` tag on the `Request` to attribute status codes back to functions. Updates will be posted as comments or status changes on...
This limitation is imposed by Android, yes.
That is very weird. If you download the `.jar` from Maven Central you'll find that they're in there. ``` $ unzip -l ~/Desktop/retrofit-2.9.0.jar | grep http/ 0 05-20-2020 12:16 retrofit2/http/...
This seems to be a question about Gson and how it handles binding to JSON when obfuscating your models. Retrofit is not involved in that. If the Java field is...
Retrofit takes care of only the contents of the service interface. For serialization and deserialization of the request and response body, that is up to your chosen serialization library which,...
This happened, at some point. The lookup is now lazy. https://github.com/square/retrofit/blob/e34aee654b04f48b1936d8df41436cf3a7707d9a/retrofit/src/main/java/retrofit2/DefaultMethodSupport.java#L36-L37
No. Just call `close`, or use `use`.
This is fully built internally at Cash App. We've used it for a few years. It only needs moved into open source.
Doing this next week for 2.10.
Guava, JUnit, and Jackson have all been updated on `master`. No further action to take.