Retrofit2 is the second version of the type-safe REST client Retrofit for Android and Java.
I am trying to add basic authentication (username and password) to a Retrofit OkHttp client. This is the code I …
android retrofit2 okhttpFor example, calling api.getUserName(userId, new Callback<String>() {...}); cause: retrofit.RetrofitError: retrofit.converter.ConversionException: com.google.gson.…
android retrofit retrofit2I'm going to send a simple get method to my server(it is Rails app) and get the result using …
retrofit rx-java retrofit2 rx-android rx-java2I am using Retrofit to upload images to my server. Here I need to upload multiple images for a single …
android multipartform-data retrofit2 okhttpI'm trying to perform a login action using Retrofit 2.0 using Dagger 2 Here's how I set up Retrofit dependency @Provides @Singleton …
android dagger-2 retrofit2I'm trying to send file on server using Retrofit2. I do everything according documentation, but always get 400 server error. I'm …
android retrofit multipartform-data multipart retrofit2