Call Agent
An agent responsible for remote calls.
Constructors
Functions
json Rpc Call
Link copied to clipboard
remote Call
Link copied to clipboard
fun remoteCall(url: String, data: dynamic = null, method: <ERROR CLASS> = HttpMethod.GET, contentType: String = "application/json", responseBodyType: ResponseBodyType = ResponseBodyType.JSON, requestFilter: <ERROR CLASS>.() -> Unit? = null): <ERROR CLASS><dynamic>
Content copied to clipboard
Makes a remote call to the remote server.