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

Added pagination support to the trending methods #244

Closed jonjomckay closed 2 months ago

jonjomckay commented 2 months ago

This adds pagination support into the Trending API methods, along with overloads (defaulting to page 1) to keep compatibility with existing code.