Getting error while calling Alamofire request method in the latest version(4.0.0).
The syntax is:
Alamofire.request(urlString,method: .post, parame
It means that some of the parameters type are wrong, check that you are sending these values:
url: String method: HTTPMethod (E.g: .post) parameters: [String:Any] encoding: ParameterEncoding (E.g: JSONEncoding.default) headers: [String: String]