class Tmdb::Changes
- Tmdb::Changes
- Reference
- Object
Defined in:
changes.crClass Method Summary
-
.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.
-
.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.
-
.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.
Class Method Detail
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.
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.
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.