I am implementing login feature and for that using Post request but i am getting error saying
\"retrofit.RetrofitError: com.squareup.okhttp.interna
I got this error today
("retrofit.RetrofitError: com.squareup.okhttp.internal.http.HttpMethod.METHODS")
The problem was I was using different versions okhttp and okhttp-urlconnection, so make sure they match.