Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (25 loc) · 606 Bytes

File metadata and controls

28 lines (25 loc) · 606 Bytes

CHANGES

// CHANGES
// Get Movie Change List
fun getMovieChangeList(
    endDate: String?,
    startDate: String?,
    page: Int?,
    callback: MovieResultCallback<Changes>
)

// CHANGES
// Get TV Change List
fun getTvChangeList(
    endDate: String?,
    startDate: String?,
    page: Int?,
    callback: MovieResultCallback<Changes>
)

// CHANGES
// Get Person Change List
fun getPersonChangeList(
    endDate: String?,
    startDate: String?,
    page: Int?,
    callback: MovieResultCallback<Changes>
)