You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Project is Swift-based, so AlamoFire is already integrated in the project
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.
The text was updated successfully, but these errors were encountered:
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:AlamoFire
is already integrated in the projectNSURLSession
, so the developer could find annoying to include the huge library to support downloading of preview images for videosI realise that previously
NSURLRequest
based API was not the best, but now theNSURLSessison
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.The text was updated successfully, but these errors were encountered: