Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@mohammedDehairy mohammedDehairy released this 15 Aug 14:40
47b566e

What's Changed

  • Ensures request counter is changed only on UI thread.
  • Adds URLSessionConfiguration parameter to APIClient init to make it configurable
  • Adds async/await methods to APIClient behind AsyncAPIClientProtocol .
  • Logging Improvements.
  • Add HTTPResponse and HTTPError envelopes.
  • Adds support for all possible HTTP REST methods.
  • Adds support for empty response body.
  • Add AnyCoder protocol to enable custom encoding and decoding.