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