class

Tmdb::WatchProvider

Inherits Reference < Object

Class methods

available_regions(language : String | Nil = nil, skip_cache : Bool = false) : Array(Region)

Returns a list of all of the countries we have watch provider (OTT/streaming) data for.

Source
movie_providers(language : String | Nil = nil, watch_region : String | Nil = nil, skip_cache : Bool = false) : Array(Provider)

Returns a list of the watch provider (OTT/streaming) data we have available for movies. You can specify a watch_region param if you want to further filter the list by country.

Source
tv_providers(language : String | Nil = nil, watch_region : String | Nil = nil, skip_cache : Bool = false) : Array(Provider)

Returns a list of the watch provider (OTT/streaming) data we have available for TV. You can specify a watch_region param if you want to further filter the list by country.

Source