let url = "https://api.example.com/foo" | |
let paramaters = ["foo": "bar"] | |
let encoding = makeCustomEncoding() | |
Alamofire.request(.GET, url, parameters: parameters, encoding: encoding) | |
.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment