Tmdb::Keyword
Inherits Reference < Object
Constructors
detail(id : Int64) : Keyword
Sourcenew(data : JSON::Any)
SourceInstance methods
id
Sourcemovies(language : String | Nil = nil, include_adult : Bool | Nil = nil) : LazyIterator(MovieResult)
Get the movies that belong to a keyword.
We highly recommend using Tmdb::Dicover.movie instead of this method as it
is much more flexible.
name
Source