call

suspend fun <Req, Res> Request<Req, Res>.call(client: Client): Response<Res>

Shorthand for callSuspend

Return

the response

Parameters

client

the client to use for the call