Client: SwiftIssue: Bughelp wanted
Repository metrics
- Stars
- (12,701 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Description
Generated Swift clients do not URL-encode GET parameters. This must be done if a GET parameter contains characters like slash ('/') or pipe ('|')
Swagger-codegen version
Swagger 2.2.0
Suggest a Fix
URL-encode all parameters by calling object.stringByAddingPercentEncodingWithAllowedCharacters(.URLHostAllowedCharacterSet())