swagger-api/swagger-codegen
在 GitHub 查看[swift] query params on put get ignored if URL is a type
Open
#2,978 建立於 2016年5月26日
Client: SwiftIssue: Bughelp wanted
倉庫指標
- Star
- (12,701 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Description
If the endpoint takes a query param in PUT request the alamofire ignores the parameters
Swagger-codegen version
2.1.6
Swagger declaration file content or url
Command line used for generation
Steps to reproduce
Related issues
I reported a bug in Alamofire as well https://github.com/Alamofire/Alamofire/issues/1275
Suggest a Fix
use Alamofire.ParameterEncoding.URLEncodedInURL ?