rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
259 stars 63 forks source link

Refactored networking layer using Moya #105

Closed mcousillas6 closed 5 years ago

mcousillas6 commented 5 years ago

Description:

Refactored the networking layer using Moya as a layer on top of Alamofire:

Notes:

mcousillas6 commented 5 years ago

@glm4 Moya has multipart and base64 uploads already implemented, we would need to update those to use moya's instead of the custom ones that we have now

glm4 commented 5 years ago

@glm4 Moya has multipart and base64 uploads already implemented, we would need to update those to use moya's instead of the custom ones that we have now

Sounds good! 🙌

toptierlabs commented 5 years ago
1 Warning
:warning: Be careful, maybe this PR it’s too big

Generated by :no_entry_sign: Danger

CamilaMoscatelli commented 5 years ago

Nice work! Looks very good :clap: