-
Notifications
You must be signed in to change notification settings - Fork 48
[python-pytrakt] TVShow: Update seasons to fill episodes in single request #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Perhaps instead of adding but then it would be a breaking change due |
|
Note that the current data is all fetched and filled by |
This comment has been minimized.
This comment has been minimized.
|
perhaps the |
|
I've given this a thought, perhaps:
I've also started abstracting HTTP and API layer: so, if someone wants to make raw queries without the abstraction of the object they can use just the API client class. reasons could be any of:
|
This will make one api request to create list of TVSeason with TVEpisode objects.
|
Ok. I've removed changes making this incompatible for v3 |
|
Incompatible changes moved to separate PR for v4: |
|
Carried to my fork: |
This will make only one trakt.tv API request to create list of
TVSeasonwithTVEpisodeobjects.The properties are indexed in a(moved to #185)dictby.numberrather being alist.this will make only two requests:
This is a continued effort to replace internal implementation: