commonMain.app.moviebase.tmdb.api.TmdbChangesApi.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.*
class TmdbChangesApi internal constructor(private val client: HttpClient)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy