Today we go over how to get up and running with the Moya framework which sits on top of Alamofire, implementing it as an abstracted networking layer, and how it can make your API requests more organized, using Swift 4. First we go over how to add Moya to your project using Cocoapods. Next, we dive into setting up your abstracted networking layer for each possible API. Lastly, I go over my thoughts on the benefits and drawbacks of using third party frameworks like Moya.
Networking request are in