KV
10/16/2020, 5:09 AMretrofit
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?gildor
10/16/2020, 7:40 AM