Using spotify-web-api-kotlin with spotify.com

Kotlin integration

Install
# Maven: see https://github.com/adamint/spotify-web-api-kotlin
Get Current User's Profile
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.spotify.com/v1/me
Get Several Shows
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.spotify.com/v1/shows
Get Several Albums
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.spotify.com/v1/albums
SDK on GitHub 📄 API Docs
SDK
spotify-web-api-kotlin
Kotlin
API
spotify.com
spotify.com:sonallux
At a glance
Language Kotlin
Endpoints89
Base URLhttps://api.spotify.com/v1