TypeScript integration
import Spotify_react_web_client from 'spotify-react-web-client'; const client = new Spotify_react_web_client({ 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