Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 597 Bytes

ktify

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.2")
}

Disclaimer

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.

Contributors

Many thanks to @techtoto for helping me with the authorization.