Gw2ApiClient

@JvmName(name = "newGw2ApiClient")
inline fun Gw2ApiClient(): Gw2ApiClient

Creates a new Gw2ApiClient using the specified HttpClientEngine.

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

Since

0.5.0


@JvmName(name = "newGw2ApiClient")
inline fun Gw2ApiClient(engine: HttpClientEngine): Gw2ApiClient

Creates a new Gw2ApiClient using the specified HttpClientEngine.

Since

0.5.0

Parameters

engine

the engine to use for the client