Kotify:适用于Kotlin的现代轻量级Spotify API包装器 源码
Kotify 什么是Kotify? Kotify是Kotlin的轻量级现代API包装器。 它使用Kotlin DSL语法来简化易用性和可读性。 目前正在开发中,API可能会发生变化 使用Kotify 使用Kotify获取用户的个人资料名称 val kotify = kotify { credentials { accessToken = " accesstoken " // Required refreshToken = " refreshtoken " // Optional } } // To access all the profile data, you need the userReadEmail & userReadPrivate scopes val profile = kotify.api.user.fetchProfi
文件列表
Kotify-main.zip
(预估有个30文件)
Kotify-main
gradlew
6KB
build.gradle.kts
860B
src
test
kotlin
test
KotifyTest.kt
4KB
KotifyAPITest.kt
3KB
main
暂无评论