jdrouet / tmdb-api

Yet another TMDB api client written in rust, working with async
13 stars 8 forks source link

Add "Popular" for TV show. #46

Closed berkes closed 7 months ago

berkes commented 8 months ago

This implements the endpoint https://developer.themoviedb.org/reference/tv-series-popular-list It copies implementation and behaviour from Popular Movies, but configures it for TV shows instead.

I needed this feature, so I implemented it. Hope it may help someone else too.

jdrouet commented 7 months ago

👋 Thanks for you PR! I merged it with https://github.com/jdrouet/tmdb-api/pull/47