MaxHasADHD / TraktKit

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

Awesome! -> one more thing ;) #1

Closed HerbstLukas closed 8 years ago

HerbstLukas commented 8 years ago

Thank you for this awesome framework. I'm currently an ongoing swift developer and this is an awesome example how to build a nice framework to talk to an API! :)

One more thing: It would be nice if the TraktManager would respond directly with Swift Models (structs or classes) Don't know if you have planned to add something like that later? (:

MaxHasADHD commented 8 years ago

I built this framework while working on my app Television Time, which uses Core Data. I built a separate, private framework that has the models with Core Data so they save, although for parsing the data I guess returning them as arrays and dictionaries with struct/class models would be nice so I might think about doing this in the future. Current focus is getting every Trakt method added, documented and working. Very close to finishing that and then I'll see about object models :)

MaxHasADHD commented 8 years ago

Look into the branch "Native-Objects" which begins this.