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
You have to specify the module from which to lookup object type. Call Alamofire.Method
Alamofire.Method