TmdbMoviesApi

Functions

Link copied to clipboard
suspend fun getDetails(movieId: Int, language: String? = null, appendResponses: Iterable<AppendResponse>? = null): TmdbMovieDetail

Get the primary information about a movie.

Link copied to clipboard
suspend fun getExternalIds(movieId: Int): TmdbExternalIds
Link copied to clipboard
suspend fun getImages(movieId: Int, language: String? = null, includeImageLanguage: String? = null): TmdbImages
Link copied to clipboard
suspend fun getTranslations(movieId: Int): TmdbTranslations
Link copied to clipboard
Link copied to clipboard
suspend fun popular(page: Int, language: String? = null): TmdbMoviePageResult