TheM4hd1 / SwiftyInsta

Instagram Private API Swift
MIT License
225 stars 51 forks source link

is ignoring latestReelMedia and hasBestiesMedia #132

Closed mycroftcanner closed 4 years ago

sbertix commented 4 years ago

They were removed in 2.0 cause they're not consistently included in User: most time a User instance is returned, it won't have them populated.
They're not attributes of a User, more so of their tray.
Plus, they'd be Bool?, which is something I'm trying to avoid at all possible costs: Bool should only convey true/false, yes/no. The all nil thing is pretty hard to justify there.
That said, although this was done on purpose, and was already discussed widely, I'm open to adding them again in #96.
What do you say? @TheM4hd1

mycroftcanner commented 4 years ago

maybe it is better not to add it

sbertix commented 4 years ago

💪