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 \
--replOAuth access tokens are required for most endpoints.