TypeScript integration
import Spotify_web_api_ts_sdk from 'spotify-web-api-ts-sdk'; const client = new Spotify_web_api_ts_sdk({ accessToken: "YOUR_ACCESS_TOKEN" });
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.spotify.com/v1/me
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.spotify.com/v1/shows
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.spotify.com/v1/albums