ChangesApi
class ChangesApi
Functions
Link copied to clipboard
fun forMovies(endDate: LocalDate? = null, startDate: LocalDate? = null, page: Int? = null): Flow.Publisher<PaginatedListResults<Change>>
Get a list of all of the movie ids that have been changed in the past 24 hours.
Link copied to clipboard
fun forPeople(endDate: LocalDate? = null, startDate: LocalDate? = null, page: Int? = null): Flow.Publisher<PaginatedListResults<Change>>
Get a list of all of the person ids that have been changed in the past 24 hours.
Link copied to clipboard
fun forTv(endDate: LocalDate? = null, startDate: LocalDate? = null, page: Int? = null): Flow.Publisher<PaginatedListResults<Change>>
Get a list of all of the TV show ids that have been changed in the past 24 hours.