swagger-api/swagger-codegen
Ver no GitHub[swift] query params on put get ignored if URL is a type
Open
#2.978 aberto em 26 de mai. de 2016
Client: SwiftIssue: Bughelp wanted
Métricas do repositório
- Stars
- (12.701 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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 ?