You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added decoder to APIObject initializer. Added tvOS to swift package a…
…nd podspec. Updated APIObjectConfiguration to be a singleton rather than static access.
- Fixed Bug where Global debug options might be ignored.
- Added a failureQueue so completions and failures can be returned on different queues.
- Added a cancel() function to APIObject.
- Added APIObject.failOnIgnorableError = false to ignore cancel errors when returned from a URLSessionTask.
- Add .printDeinitialization DebugOption that prints information about the APIObject when it is deinitialized.
Simplified Session structure to use URLSession.
Simplified decoding structure to use Swift's Decodable and Encodable.
Improved debug logging capabilities.