buildGw2ApiClient

Builds a new Gw2ApiClient using the default HttpClientEngine discovered by Ktor.

The default HttpClientEngine discovered by Ktor will be used as the underlying HTTP engine.

Since

0.5.0

Parameters

block

additional configuration for the client


expect fun buildGw2ApiClient(engine: HttpClientEngine, block: Gw2ApiClientConfigurer): Gw2ApiClient

Builds a new Gw2ApiClient using the specified HttpClientEngine.

Since

0.5.0

Parameters

engine

the engine to use for the client

block

additional configuration for the client

actual fun buildGw2ApiClient(engine: HttpClientEngine, block: Gw2ApiClientConfigurer): Gw2ApiClient
actual fun buildGw2ApiClient(engine: HttpClientEngine, block: Gw2ApiClientConfigurer): Gw2ApiClient