class Tmdb::Keyword

Defined in:

keyword.cr

Constructors

Instance Method Summary

Constructor Detail

def self.detail(id : Int64) : Keyword #

[View source]
def self.new(data : JSON::Any) #

[View source]

Instance Method Detail

def id : Int64 #

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


[View source]
def name : String #

[View source]