Package-level declarations

Functions

Link copied to clipboard
fun buildGw2ApiClient(httpClient: HttpClient = HttpClient.newHttpClient(), block: Gw2ApiClientConfigurer): Gw2ApiClient

Builds a new Gw2ApiClient using the specified HttpClient.

Link copied to clipboard
@JvmName(name = "newGw2ApiClient")
inline fun Gw2ApiClient(httpClient: HttpClient = HttpClient.newHttpClient()): Gw2ApiClient

Creates a new Gw2ApiClient using the specified HttpClient.