result
abstract suspend fun <Output : Any> result(endpointId: String, requestId: String, resultType: KClass<Output>): RequestOutput<Output>
Gets the result of the request with the given requestId
.
Parameters
endpoint Id
The ID of the endpoint to send the request to.
request Id
The ID of the request to get the result for.
result Type
The expected result type of the request.
See also
#submit