Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
typealias RequestInterceptor = suspend (HttpRequestBuilder) -> Unit
Link copied to clipboard
typealias ResponseInterceptor = suspend (HttpClientCall) -> Unit
Link copied to clipboard
class TmdbException(val tmdbResponse: TmdbErrorResponse, caused: Throwable? = null) : IllegalStateException