Questions marquées «retrofit2»

308
Journalisation avec Retrofit 2

J'essaie d'obtenir le JSON exact qui est envoyé dans la demande. Voici mon code: OkHttpClient client = new OkHttpClient(); client.interceptors().add(new Interceptor(){ @Override public com.squareup.okhttp.Response intercept(Chain chain) throws IOException { Request request = chain.request();...