Smartling / api-sdk-net

.Net SDK for integrating with the Smartling API. The Smartling API allows developers to upload language specific resource files and download the translations of those files for easy integration within their application. http://docs.smartling.com
Apache License 2.0
1 stars 6 forks source link

FAPI request URL contains double slash #5

Closed dimitrystd closed 3 years ago

dimitrystd commented 7 years ago

Steps:

Actual: FAPI request URL contains double slash

https://api.smartling.com/v1//file/status?apiKey....

Expected: Request URL doesn't contain double slash. We must use some URI builder instead unsafe concatenation.