alamofire updated to 4.0 and .request not working
Alamofire.request(.GET, urlString).response { request, response, data, error in
print(request)
print(response)
print(data)
print(error)
}
used with code alamofire 3.0 and it now with alamofire 4.0 it gives error , what wrong ?