Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

0.7.0

Latest
Compare
Choose a tag to compare
@Jeehut Jeehut released this 14 Oct 13:50
· 22 commits to main since this release

Added

  • New methods for requesting raw Data response to allow for using alternative decoding methods such as SwiftyJSON: performRawDataRequest(AndWait) (classic approach), rawDataPublisher (Combine) and rawDataResponse (Swift concurrency).