Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Spotify Web API — Plasm CGS Schema

A Plasm domain model for the Spotify Web API. Includes disjoint projections such as track detail and audio features.

export SPOTIFY_ACCESS_TOKEN=...
cargo run --bin plasm -- \
  --schema apis/spotify \
  --backend https://api.spotify.com \
  --repl

OAuth access tokens are required for most endpoints.