Closed jshier closed 5 years ago
This PR brings AFI up to date with Alamofire's RC changes.
A few changes were made to deal with the new doubly generic responses from Alamofire.
AFIError
alamofireError
AFError
AFIDataResponse
typealias
AFIResult
Tests updated for the few cases where error casts are no longer needed.
when will this be released
Issue Link :link:
374
Goals :soccer:
This PR brings AFI up to date with Alamofire's RC changes.
Implementation Details :construction:
A few changes were made to deal with the new doubly generic responses from Alamofire.
AFIError
was updated with analamofireError
case which captures anAFError
.AFIDataResponse
was added as atypealias
to make double generic use easier.AFIResult
was also added for the same reason.Testing Details :mag:
Tests updated for the few cases where error casts are no longer needed.