This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Added
- New methods for requesting raw
Data
response to allow for using alternative decoding methods such as SwiftyJSON:performRawDataRequest(AndWait)
(classic approach),rawDataPublisher
(Combine) andrawDataResponse
(Swift concurrency).