djjd47130 / JD-TMDB

TMDB API Wrapper for Delphi
MIT License
6 stars 1 forks source link

API - Discover Requests #41

Closed djjd47130 closed 2 months ago

djjd47130 commented 2 months ago

"Discover" is a very HUGE concept (for "Movies" and "TV") which is one of the only things not yet implemented on the raw API level.

https://developer.themoviedb.org/reference/discover-movie https://developer.themoviedb.org/reference/discover-tv

djjd47130 commented 2 months ago

Done EXCEPT for Boolean values which require the new TTMDBBoolean which has a default value.