All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.app.moviebase.tmdb.api.TmdbListsApi.kt Maven / Gradle / Ivy

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