Jake Wharton
Jake Wharton
JS is my most used platform after JVM/Android. I almost never use native. If you don't make it happen I'll just ship an HTTP client abstraction similar to Retrofit 1...
> Hopefully most tools care only about the simple class name of the annotations, not their packages. This is not true of Kotlin, although they'll be receptive to adding your...
There's no use for it in the main module at present which is why each adapter defines its own. This change wouldn't need to wait for 3.x as it can...
I'd be okay with a PR. Basically copy paste it into the main module and then change all the existing ones to extend. I'm not happy it has to be...
I created #2194 to track that. Feel free to send a PR over the weekend. Otherwise I'll grab it on Monday. I need to release really soon but I'll wait...
@TobiasReich no plans for retry. You can already call `clone()` on a `Call` to retry and so implementing that at the application level seems more appropriate. You can write a...
~It already does https://github.com/gildor/kotlin-coroutines-retrofit~ Built-in now On Sun, Mar 26, 2017, 5:03 AM Skullper wrote: > *Kotlin* > Will retrofit support async/await in future? > > — > You are...
Everything deprecated gets removed in major version bumps. On Mon, Aug 28, 2017 at 11:41 AM Jared Burrows wrote: > @JakeWharton Can we remove HttpException > in 3.x? Since it...
It wasn't what you were asking for. The error handling of 1.x was terribly designed (by me) and will not be returning. On Mon, Aug 28, 2017 at 12:20 PM...
Your assumptions are incorrect. The samples show how to correctly handle the case where you want to deserialize error responses using a converter. On Mon, Aug 28, 2017 at 1:02...