I have searched many questions similar to the one I want, but cannot find the answer. My syntax are different to the other answers out there and cannot figure it out. I have moved to Swift 3 and after updating my Alamofire cocopod to 4.3 I am getting the error:
Extra Argument in call
This is the code I am getting it on:
request = Alamofire.request(.GET, post.imageURL!).validate(contentType: ["image/*"]).response(completionHandler: { (request, response, data, err) in
Can somebody show me the new code for this?