grantholle / moviedb-promise

Interact with themoviedb.org's api with Node... now in TypeScript!
Other
220 stars 49 forks source link

Watch Providers endpoint is missing #39

Closed david-808 closed 3 years ago

david-808 commented 3 years ago

https://developers.themoviedb.org/3/movies/get-movie-watch-providers

Looks like this endpoint is not available in this package, would be nice to have it.

david-808 commented 3 years ago

https://developers.themoviedb.org/3/tv/get-tv-watch-providers

The TV version is missing too.

grantholle commented 3 years ago

Added in moviedb-promise@3.1.4, thanks for spotting those! They add new endpoints from time to time.

movieWatchProviders and tvWatchProviders are available