0
QuickIos posted
Cannot invoke 'request' with an argument list of type '(String)'
i am using Alamofire for requesting data from the server
Alamofire.request("https://httpbin.org/get");
i am finding error like
Cannot invoke 'request' with an argument list of type '(String)'
i am using Alamofire 3.5 . and i find this is definition at code suggestion
Alamofire.request( URLRequest: URLRequestConvertible)
so what should i do ?
how can i convert '(String)' to '(URLRequest)'
i am very beginner for iOS coding with swift so help