



Retrofit retrofit = builder.client(client.build()) Retrofit.Builder builder = new Retrofit.Builder() HttpLoggingInterceptor logging = new HttpLoggingInterceptor() OkHttpClient.Builder client = new OkHttpClient.Builder() ĬnnectTimeout(15, TimeUnit.SECONDS) Retrofit Client Interface: public interface DownloadTransactions String header) can some one point me out in the right direction on where I am going wrong Using HttpLoggingInterceptor I tried logging what is happening. I am trying to download a file from server using retrofit.
