class Tmdb::WatchProvider
- Tmdb::WatchProvider
- Reference
- Object
Defined in:
watch_provider.crClass Method Summary
-
.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.
-
.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.
-
.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.
Class Method Detail
def self.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.
def self.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.
def self.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.