A coroutine based wrapper for the Spotify Web API written in Kotlin.
The library is available on the Maven Central Repository.
repositories {
mavenCentral()
}
dependencies {
implementation("ee.bjarn", "ktify", "0.1.4")
}
This project is WIP. Nevertheless it can be used, although only a small part of the api is covered. If you discover a bug, feel free to open an issue.
Many thanks to @techtoto for helping me with the authorization.