Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun DELETE(majorPath: String, minorPath: String = "", rateKey: String = majorPath, block: HttpRequestBuilder.() -> Unit = {}): HttpResponse
Link copied to clipboard
abstract suspend fun GET(majorPath: String, minorPath: String = "", rateKey: String = majorPath, block: HttpRequestBuilder.() -> Unit = {}): HttpResponse
Link copied to clipboard
abstract suspend fun PATCH(majorPath: String, minorPath: String = "", rateKey: String = majorPath, omitNulls: Boolean = false, block: HttpRequestBuilder.() -> Unit = {}): HttpResponse
Link copied to clipboard
abstract suspend fun POST(majorPath: String, minorPath: String = "", rateKey: String = majorPath, omitNulls: Boolean = false, block: HttpRequestBuilder.() -> Unit = {}): HttpResponse
Link copied to clipboard
abstract suspend fun PUT(majorPath: String, minorPath: String = "", rateKey: String = majorPath, omitNulls: Boolean = false, block: HttpRequestBuilder.() -> Unit = {}): HttpResponse