c-eg / themoviedbapi

A Java wrapper around the JSON API provided by TheMovieDB.org
https://www.themoviedb.org/
Other
281 stars 95 forks source link

Get the trending movies, TV shows and people #154

Closed 4val0v closed 7 months ago

4val0v commented 10 months ago

No implementation of this part of the API:

c-eg commented 10 months ago

Hi, this is planned with the v2.0.0 update of the library. I think it should be ready in a couple of months.

c-eg commented 7 months ago

Hi, this has now been implemented. Please see https://github.com/c-eg/themoviedbapi/blob/fd6fd24557e8ad96bca144ae1efb314956bafa81/src/main/java/info/movito/themoviedbapi/TmdbTrending.java#L15