Skip to content
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

Use NSURLSession instead of AFNetworking #201

Open
mikeger opened this issue Jul 8, 2016 · 0 comments
Open

Use NSURLSession instead of AFNetworking #201

mikeger opened this issue Jul 8, 2016 · 0 comments

Comments

@mikeger
Copy link

mikeger commented Jul 8, 2016

Issue Summary

AFNetworking is a major, well-known library, however not every project is willing to integrate it. There could be several reasons, some of them could be:

  1. Project is Swift-based, so AlamoFire is already integrated in the project
  2. Project is based on NSURLSession, so the developer could find annoying to include the huge library to support downloading of preview images for videos

I realise that previously NSURLRequest based API was not the best, but now the NSURLSessison is as good as third party APIs.

Would be great to provide the version of VIMNetworking that does not have any network library dependency and works directly on Apple API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant