executeAsync

expect suspend fun <T> executeAsync(template: RequestTemplate<T>): Gw2ApiResponse<T>

Asynchronously executes the given request.

Return

the response

Since

0.5.0

Parameters

template

the request template

actual suspend fun <T> executeAsync(template: RequestTemplate<T>): Gw2ApiResponse<T>
actual suspend fun <T> executeAsync(template: RequestTemplate<T>): Gw2ApiResponse<T>