trixnity-clientserverapi-client
Toggle table of contents
4.13.5
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-client
trixnity-clientserverapi-client
/
net.folivo.trixnity.clientserverapi.client
/
MatrixClientServerApiBaseClient
/
uiaRequest
uia
Request
inline suspend
fun
<
ENDPOINT
:
MatrixUIAEndpoint
<
REQUEST
,
RESPONSE
>
,
REQUEST
,
RESPONSE
>
uiaRequest
(
endpoint
:
ENDPOINT
,
requestBody
:
REQUEST
,
noinline
requestBuilder
:
HttpRequestBuilder
.
(
)
->
Unit
=
{}
)
:
Result
<
UIA
<
RESPONSE
>
>
inline suspend
fun
<
ENDPOINT
:
MatrixUIAEndpoint
<
Unit
,
RESPONSE
>
,
RESPONSE
>
uiaRequest
(
endpoint
:
ENDPOINT
,
noinline
requestBuilder
:
HttpRequestBuilder
.
(
)
->
Unit
=
{}
)
:
Result
<
UIA
<
RESPONSE
>
>