xdevplatform / twitter-python-ads-sdk

A Twitter supported and maintained Ads API SDK for Python.
https://twitterdev.github.io/twitter-python-ads-sdk/
MIT License
189 stars 106 forks source link

let Analytics class use resource_property() #211

Closed smaeda-ks closed 5 years ago

smaeda-ks commented 5 years ago

In order to allow accessing response data through instance variables, Analytics class needs to inherit Resouce class but it will produce MRO error so it also needs to change the order of base classes in some classes that inherit Analytics class.

smaeda-ks commented 5 years ago

Let's start collecting notes of any breaking changes so we can write guidance about what to watch out

Sure, we could create a release note page in Wiki: https://github.com/twitterdev/twitter-python-ads-sdk/wiki/Release-Notes