MaxHasADHD / TraktKit

Swift wrapper for Trakt.tv API.
MIT License
112 stars 37 forks source link

Add support for async / await #60

Closed MaxHasADHD closed 2 years ago

MaxHasADHD commented 2 years ago

An early version of async await support. Not every function is supported yet.

I've also simplified the project structure by using a universal target instead of separate targets per OS. iOS, macOS, watchOS, and tvOS should all be supported now.