celiao / tmdbsimple

A wrapper for The Movie Database API v3.
GNU General Public License v3.0
582 stars 121 forks source link

Add TV Changes functionality (for Series, Season, and Episode) #52

Closed sharkykh closed 4 years ago

sharkykh commented 6 years ago

Implements:

I chose to make a new class because of the irregular endpoint paths for the season and episode changes, that use season id and episode id. This seemed like the best way to go.