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
KVCall
Agent
js
class
KVCallAgent
(
source
)
Members
Constructors
KVCall
Agent
Link copied to clipboard
js
constructor
(
)
Functions
json
Rpc
Call
Link copied to clipboard
js
suspend
fun
jsonRpcCall
(
url
:
String
,
data
:
List
<
String
?
>
=
listOf()
,
method
:
HttpMethod
=
HttpMethod.POST
,
requestFilter
:
suspend
RequestInit
.
(
)
->
Unit
?
=
null
)
:
String