-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to Alamofire for requests #29
Comments
This library was rewritten in #47 to remove RequestKit in favor of direction NSURLSession and NSHTTPURLResponse usage. There’s also a method that vends a URL you can use with any networking library you like, including Alamofire. These pieces will be unified when the three Mapbox Swift libraries are consolidated into one library. Are there any use cases left that would still require Alamofire? |
Sounds like Alamofire isn't necessary, which is great! Less complexity > more complexity. |
It's not possible to cleanly set a user agent header with RequestKit, and there are likely other methods that we'll need down the line, so let's switch to the battle-tested Alamofire.
The text was updated successfully, but these errors were encountered: