RxRestClient 2.0 is the latest major release of Simple REST Client based on RxSwift 5.1 and Alamofire 5.1. As a major release, following Semantic Versioning conventions, 2.0 introduces API-breaking changes.
RxRestClientLogger
andDebugRxRestClientLogger
have been removed. You can use newEventMonitor
's ofSession
manager instance to access Alamofire’s internal events and log them. For more details please refer here.headers
option ofRxRestClientOptions
changed fromDictionary
to Alamofire's newHTTPHeaders
struct.
For complete API changes of Alamofire 5.1 which may affect to RxRestClient behavior please check here.