client
androidJvm
client
/
com.mytiki.publish.client.utils.apiService
/
ApiService
/
post
post
fun
post
(
header
:
Map
<
String
,
String
>
?
,
endPoint
:
String
,
onError
:
Exception
,
body
:
RequestBody
?
=
null
)
:
CompletableDeferred
<
ResponseBody
?
>