Update to Alamofire 5.0
Closed this issue · 1 comments
jonathanfoster commented
Alamofire 5.0 introduced a number of breaking API changes that make it incompatible with AlamofireXMLRPC. This mainly impacts XMLResponseSerializer
and XMLRPCResponseSerializer
.
In order to support the 5.0 API and maintain consistency, breaking changes must be introduced here. Serialization functions now throw instead of returning a result type.
I have a branch with the necessary changes. I'll submit a PR and see what everyone thinks.