await

suspend fun <T> Call<T>.await(): T

Deprecated (with error)

Moved to Call

Suspends until the Call completes with either success or failure.

Return

successful response body

Parameters

T

successful response body type