exponea / exponea-ios-sdk

MIT License
19 stars 27 forks source link

Base URL config #24

Closed MatejBordac closed 2 years ago

MatejBordac commented 3 years ago

Configuration of base URL requires not having "/" at the end. E.g.: https://api.exponea.com <- works https://api.exponea.com/ <- doesn't work

My assumption is, that simple string concatenation is done (as in BASE_URL + API_PATH), instead of proper URL path joining.

wassil commented 3 years ago

Makes sense, added to our backlog. Thank you!

michaela-dev commented 3 years ago

Hi @MatejBordac, this should be already fixed in 2.11.0 release.

MatejBordac commented 2 years ago

Already fixed