Releases: warriorzz/ktify
Releases · warriorzz/ktify
v0.1.4
18 Nov 22:08
Compare
Sorry, something went wrong.
No results found
Updated kotlin and ktor version to latest
v0.1.3
21 Oct 19:44
Compare
Sorry, something went wrong.
No results found
Users should be able to save ClientCredentials and restore the Ktify instance from them.
v0.1.2
08 May 10:42
Compare
Sorry, something went wrong.
No results found
Fixes Player endpoints and authorisation code
v0.1.1-hotfix
08 May 02:47
Compare
Sorry, something went wrong.
No results found
Fixes KtifyBuilder URL generation
v0.1.1
07 May 23:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
The first release, covering the search, player and user API.
repositories {
mavenCentral()
}
dependencies {
implementation(" io.github.warriorzz" , " ktify" , " 0.1" )
}