kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
routers-client-ktor
/
dev.kaccelero.client
/
IAPIClient
IAPIClient
interface
IAPIClient
Inheritors
AbstractAPIClient
Members
Properties
base
Url
Link copied to clipboard
abstract
val
baseUrl
:
String
get
Token
Use
Case
Link copied to clipboard
abstract
val
getTokenUseCase
:
IGetTokenUseCase
?
logout
Use
Case
Link copied to clipboard
abstract
val
logoutUseCase
:
ILogoutUseCase
?
renew
Token
Use
Case
Link copied to clipboard
abstract
val
renewTokenUseCase
:
IRenewTokenUseCase
?
Functions
request
Link copied to clipboard
abstract
suspend
fun
request
(
method
:
HttpMethod
,
path
:
String
,
builder
:
HttpRequestBuilder
.
(
)
->
Unit
=
{}
)
:
HttpResponse