/addInterceptor-or-addNetworkInterceptor

package com.gpcoder; import java.io.IOException; import com.gpcoder.interceptor.AuthInterceptor; import com.gpcoder.interceptor.LoggingInterceptor; import okhttp3.HttpUrl; import okhttp3.MediaType; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.RequestBody; import okhttp3.Response; public class OkHttpClientWithInterceptorExample {

Stargazers

No one’s star this repository yet.