uber / rides-android-sdk

Uber Rides Android SDK (beta)
https://developer.uber.com/docs
MIT License
292 stars 125 forks source link

Update uri when adding optional query parameters #235

Closed lalwani closed 5 months ago

lalwani commented 5 months ago

When optional query parameters were passed the uri wasn't updated with these params. This PR fixes the issue and adds unit test to verify the query params in the uri

lalwani commented 5 months ago

don't want to merge into main just yet!