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

commonMain.app.moviebase.tmdb.remote.TmdbRemoteModel.kt Maven / Gradle / Ivy

package app.moviebase.tmdb.remote

fun interface TmdbSessionProvider {
    fun getId(): String?
}

enum class TmdbLogLevel {
    ALL,
    HEADERS,
    BODY,
    INFO,
    NONE,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy