kvision-project
Toggle table of contents
9.2.2
js
Target filter
js
Switch theme
Search in API
Skip to content
kvision-project
kvision-common-remote
/
io.kvision.remote
/
KVCallAgent
/
jsonRpcCall
json
Rpc
Call
js
suspend
fun
jsonRpcCall
(
url
:
String
,
data
:
List
<
String
?
>
=
listOf()
,
method
:
HttpMethod
=
HttpMethod.POST
,
requestFilter
:
suspend
RequestInit
.
(
)
->
Unit
?
=
null
)
:
String
(
source
)