I am using Alamofire for network handling in swift and run into one weird error. It seems like we can\'t pass Method enum as parameter. [Error is on Method para
Swift 4 and Alamofire 4.7
Replace HTTPMethod to Alamofire.HTTPMethod
HTTPMethod
Alamofire.HTTPMethod