Hi, I have a question related to API call with dif...
# android
k
Hi, I have a question related to API call with different filters in OKHTTP network calls. How do I set up a 1 api call with different parameters without using retrofit? NOTE: I am using okhttp for calling the apis. I am not using 
retrofit
Example : 1. https://baseurl/search/q[name_eq]=Example 2. https://baseurl/search/q[name_not_eq]=Example 3. https://baseurl/search/q[name_not_eq]=Example 4. https://baseurl/search/q[name_matches_all]=Example 5. ---- 6. ---- 7. ---- I don't want to write different api calls with different search criteria. Do we have any simpler way to handle this kind of url for calling the same API with different parameters?
g
Please check channel topic It’s not related to Kotlin or to Android, concider to use Stackoverflow any other related community
👍 1