TmdbSearchApi

Functions

Link copied to clipboard
suspend fun findCollections(query: String, page: Int, language: String? = null): TmdbCollectionPageResult
Link copied to clipboard
suspend fun findCompanies(query: String, page: Int): TmdbCompanyPageResult
Link copied to clipboard
suspend fun findKeywords(query: String, page: Int): TmdbKeywordPageResult
Link copied to clipboard
suspend fun findMovies(query: String, page: Int, language: String? = null, region: String? = null, includeAdult: Boolean = false, year: Int? = null, primaryReleaseYear: Int? = null): TmdbMoviePageResult
Link copied to clipboard
suspend fun findPeople(query: String, page: Int, language: String? = null, region: String? = null, includeAdult: Boolean = false): TmdbPersonPageResult
Link copied to clipboard
suspend fun findShows(query: String, page: Int, language: String? = null, region: String? = null, includeAdult: Boolean? = null, firstAirDateYear: Int? = null): TmdbShowPageResult