api icon indicating copy to clipboard operation
api copied to clipboard

PHP 7.3+ API Wrapper for The Movie Database

Results 15 api issues
Sort by recently updated
recently updated
newest added

#241 Added support for Movie/TV Shows (Discover) => Watch Providers but there is still no support for: Watch Providers => Available Regions Watch Providers => Movie Providers Watch Providers =>...

At lib/Tmdb/Api/Configuration.php Missing something like: ``` public function getLanguages(array $parameters = [], array $headers = []) { return $this->get('configuration/languages', $parameters, $headers); } ```

Currently class Tmdb\Model\Watch\Providers is not returning and handling ads type which is being returned from TMDB. Is there an easy way to add custom code to replace this with custom...