toggle menu
Ansa-Android-SDK
common
switch theme
search in API
network-public
/
dev.ansa.network.internal
/
postResult
post
Result
inline suspend
fun
<
T
:
Any
,
B
,
R
:
Any
>
HttpClient
.
postResult
(
resource
:
T
,
body
:
B
,
builder
:
HttpRequestBuilder
.
(
)
->
Unit
=
{}
)
:
ApiResult
<
R
>
inline suspend
fun
<
T
:
Any
,
R
:
Any
>
HttpClient
.
postResult
(
resource
:
T
,
builder
:
HttpRequestBuilder
.
(
)
->
Unit
=
{}
)
:
ApiResult
<
R
>
inline suspend
fun
<
B
,
R
:
Any
>
HttpClient
.
postResult
(
url
:
String
,
body
:
B
,
builder
:
HttpRequestBuilder
.
(
)
->
Unit
=
{}
)
:
ApiResult
<
R
>