commonMain.app.moviebase.tmdb.api.TmdbGenresApi.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tmdb-api-jvm Show documentation
Show all versions of tmdb-api-jvm Show documentation
Kotlin Multiplatform library to access the TMDB API.
The newest version!
package app.moviebase.tmdb.api
import io.ktor.client.HttpClient
class TmdbGenresApi internal constructor(private val client: HttpClient)