class

Tmdb::Changes

Inherits Reference < Object

Class methods

movie(start_date : Time | Nil = nil, end_date : Time | Nil = nil, skip_cache : Bool = false) : LazyIterator(Change)

Get a list of all of the movie ids that have been changed in the past 24 hours.

You can query it for up to 14 days worth of changed IDs at a time with the start_date and end_date query parameters.

Source
person(start_date : Time | Nil = nil, end_date : Time | Nil = nil, skip_cache : Bool = false) : LazyIterator(Change)

Get a list of all of the people ids that have been changed in the past 24 hours.

You can query it for up to 14 days worth of changed IDs at a time with the start_date and end_date query parameters.

Source
tv_show(start_date : Time | Nil = nil, end_date : Time | Nil = nil, skip_cache : Bool = false) : LazyIterator(Change)

Get a list of all of the TV show ids that have been changed in the past 24 hours.

You can query it for up to 14 days worth of changed IDs at a time with the start_date and end_date query parameters.

Source

Nested types