Mrudula Choudary Amirneni
Results
1
comments of
Mrudula Choudary Amirneni
Hi I am facing the similar issue with Android Retrofit Client. @Headers({"Content-Type:application/json"}) @DELETE("account/delete/") Completable accountDeleteMe(@Body LoginRequest var1); is throwing IllegalParameter Exception because of the request body with delete. I am...