Top "Retrofit" questions

Retrofit is a type-safe REST client for Android and Java by Square, Inc.

How to increase timeout for retrofit requests in robospice android?

I have implemented robospice in my project and using retrofit for all api calls. For some of requests, I need …

android retrofit robospice
Retrofit 2.2.0 Android API 24 javax.net.ssl.SSLHandshakeException: Handshake failed

I'm using Retrofit 2.2.0 for uploading image to server (using Java). With an Android device (Samsung galaxy S6) API 24 (Build : NRD90…

android retrofit retrofit2 sslhandshakeexception
Dynamically add query parameters without value to Retrofit request

I have request that set list of services that are turned on for user. Request has following format: https://myserver.…

url retrofit square-bracket
Unexpected char 0x0a in header value when using OkHttp client in Android

When sending a Base64 encoded string as header using Http, I am getting error response as Unexpected char 0x0a …

java android base64 retrofit okhttp
Chain two retrofit observables w/ RxJava

I want to execute 2 network calls one after another. Both network calls return Observable. Second call uses data from successful …

java android retrofit reactive-programming rx-java
How can I queue up and delay retrofit requests to avoid hitting an api rate limit?

I'm using an api that implements throttling. One of the limits is 1 request/second. ugh. I have the following scenario …

android retrofit rate-limiting
Is Retrofit+Okhttp using httpCaching as a default in Android?

I use retrofit and okhttp in one of our applications. I can't really find a good explanation for the default …

android http http-caching retrofit okhttp
Retrofit "IllegalStateException: Already executed"

I have a Retrofit network call that id like to run every 5 seconds. My current code: Handler h = new Handler(); …

android retrofit okhttp rx-android retrofit2
SSL handshake exception retrofit android

I am getting unusual exception suddenly after base url got changed from http:// to https://. Every time I hit API …

android ssl retrofit retrofit2 ion
Get html of a website with retrofit - Android?

How can I get html of a website with retrofit ? for example I have this url and I need to …

android retrofit retrofit2 androidhttpclient