Backend API Documentation in Swift
Christopher Truman
464
Depending on the application Request and Response Models are nice way to handle data communication. I like how you using protocol to implement Request models. One thing you can take a look at is AlamofireObjectMapper as you are already using Alamofire. This way you can get your response model already mapped. Making Request and Response Models as mappable are best way to map results to response object.