A pixiv API library based on Kotlin JVM.
Use ktor client as HttpClient.
Currently, only the JVM has been improved and tested.
This client is based on the api of pixiv mobile app.
Consider adding WebApi support in the future.
repositories {
mavenCentral()
}
dependencies {
implementation("xyz.cssxsh.pixiv:pixiv-client:${version}")
}