Releases: warriorzz/ktify
Releases · warriorzz/ktify
v0.1.4
Updated kotlin and ktor version to latest
v0.1.3
Users should be able to save ClientCredentials and restore the Ktify instance from them.
v0.1.2
Fixes Player endpoints and authorisation code
v0.1.1-hotfix
Fixes KtifyBuilder URL generation
v0.1.1
Adds the tracks API
- Change in KtifyBuilder: Can generate authorization URLs now and only takes in the token when building the Ktify instance
- Implement track API and required data classes
- Add PaginationObject
v0.1
The first release, covering the search, player and user API.
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.warriorzz", "ktify", "0.1")
}