TmdbClientConfig

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun httpClient(block: HttpClientConfig<*>.() -> Unit)

Set custom HttpClient configuration for the default HttpClient.

fun <T : HttpClientEngineConfig> httpClient(engineFactory: HttpClientEngineFactory<T>, block: HttpClientConfig<T>.() -> Unit = {})

Creates an custom HttpClient with the specified HttpClientEngineFactory and optional block configuration. Note that the TMDB config will be added afterwards.

Link copied to clipboard
fun logging(block: Logging.Config.() -> Unit)
Link copied to clipboard