Package-level declarations

Types

Link copied to clipboard
@JsonQualifier
annotation class DataString
Link copied to clipboard
Link copied to clipboard

Class describing an empty response.

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class LunaWebErrorDescription(@Json(name = "error_code") val errorCode: Int = -1, @Json(name = "detail") val detail: String = "")

Error description class.

Link copied to clipboard
class ProperHttpLoggingInterceptor @JvmOverloads constructor(logger: ProperHttpLoggingInterceptor.Logger = Logger.DEFAULT) : Interceptor

An OkHttp interceptor which logs request and response information. Can be applied as an application interceptor or as a OkHttpClient.networkInterceptors.