EventClient

constructor(email: String, password: String, clientConfiguration: ClientConfiguration.() -> Unit = {})

Parameters

email

The email associated with the Clash of Clans API account.

password

The password associated with the Clash of Clans API account.

clientConfiguration

The configuration for the client.You can customize the client using the ClientConfiguration DSL.