commonMain.app.moviebase.tmdb.api.TmdbListsApi.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tmdb-api Show documentation
Show all versions of tmdb-api Show documentation
A Kotlin Multiplatform library to access the TMDB API.
The newest version!
package app.moviebase.tmdb.api
import io.ktor.client.*
/**
* Fetches the Lists form TMDB version 3.
* Note: When to use version 4, see [Documentation] (https://developers.themoviedb.org/3/lists/v4-or-v3-lists)
*/
class TmdbListsApi internal constructor(private val client: HttpClient)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy