How to restrict a query parameter top be passed in retrofit URL if it has empty value
I’m calling an API but here some values are empty and optional so I want to remove them from the URL.
I’m calling an API but here some values are empty and optional so I want to remove them from the URL.