Skip to content

Releases: warriorzz/ktify

v0.1.4

18 Nov 22:08

Choose a tag to compare

Updated kotlin and ktor version to latest

v0.1.3

21 Oct 19:44

Choose a tag to compare

Users should be able to save ClientCredentials and restore the Ktify instance from them.

v0.1.2

08 May 10:42
78124af

Choose a tag to compare

Fixes Player endpoints and authorisation code

v0.1.1-hotfix

08 May 02:47
d5f340c

Choose a tag to compare

Fixes KtifyBuilder URL generation

v0.1.1

07 May 23:27
2e13d06

Choose a tag to compare

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

06 Sep 20:30
3707083

Choose a tag to compare

The first release, covering the search, player and user API.

repositories {
    mavenCentral()
}

dependencies {
    implementation("io.github.warriorzz", "ktify", "0.1")
}