We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f6278 commit 152fe20Copy full SHA for 152fe20
Sources/StravaSwift/Router.swift
@@ -412,6 +412,7 @@ extension Router: URLRequestConvertible {
412
let authParams = StravaClient.sharedInstance.authParams
413
.map { "\($0.key)=\($0.value)" }
414
.joined(separator:"&")
415
+ .addingPercentEncoding(withAllowedCharacters: .urlHostAllowed)!
416
return URL(string: "\(baseUrl)?\(authParams)")!
417
}
418
0 commit comments