Tmdb::Collection
Inherits Tmdb::ImageUrls < Tmdb::PosterUrls < Reference < Object
Constructors
new(id : Int64, name : String, poster_path : Nil | String, backdrop_path : Nil | String)
Sourcenew(data : JSON::Any)
SourceInstance methods
backdrops(language : String | Nil = nil) : Array(Backdrop)
Get the backdrop images for a collection by id.
images(language : String | Nil = nil) : Array(Backdrop | Poster)
Get the images for a collection by id.
posters(language : String | Nil = nil) : Array(Poster)
Get the poster images for a collection by id.
translations(language : String | Nil = nil) : Array(Translation)
Get the list translations for a collection by id.