IAPIClient

interface IAPIClient

Inheritors

Properties

Link copied to clipboard
abstract val baseUrl: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend fun request(method: HttpMethod, path: String, builder: HttpRequestBuilder.() -> Unit = {}): HttpResponse