Is there a way to add query params (?param1=val1¶m2=val2) to a GET request using okhttp in Android?
?param1=val1¶m2=val2
okhttp
I am looking for an API and no
This is not possible with the current version of okhttp, there is no method provided that will handle this for you.
However, Jesse Wilson, one of okhttp's developers, has stated that
We're adding a new HttpUrl class that can do this in the next release.