A Kotlin client for Vindinium. See sample/
for basic usage.
To run the sample, first replace
val client: Client? = null
with
val client: Client? = Client("YOUR-SECRET-KEY")
in Main.kt
. A new secret key can be generated
here.
Then, run ./gradlew run
in a terminal.