Trakt Shows Api
Functions
Link copied to clipboard
suspend fun getAnticipated(page: Int, limit: Int, extended: TraktExtended? = null): List<TraktAnticipatedShow>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun getRelated(showId: String, page: Int, limit: Int, extended: TraktExtended? = null): List<TraktShow>
Link copied to clipboard
Link copied to clipboard
suspend fun getTrending(page: Int, limit: Int, extended: TraktExtended? = null): List<TraktTrendingShow>