class Tmdb::WatchProvider

Defined in:

watch_provider.cr

Class Method Summary

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.


[View source]
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.


[View source]
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.


[View source]