[python-pytrakt] TVShow: Update seasons to fill episodes in single request#176
[python-pytrakt] TVShow: Update seasons to fill episodes in single request#176glensc wants to merge 4 commits intomoogar0880:masterfrom
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: