So you can just call: ``` val client = RestClient(...
# kvision
r
So you can just call:
Copy code
val client = RestClient()
val resultPromise = client.remoteCall("<http://example.com/post_endpoint>", obj { value = "test" }, <http://HttpMethod.POST|HttpMethod.POST>)