The Spotify.Tracks static class

Does not wrap around any specific API object/endpoint.

Instead, the Spotify.Tracks class provides methods that will accept raw Spotify IDs and call their web API versions.

Note

This class is 100% static, and new Spotify.Tracks() will never be valid, and is very likely to break things.

Methods

Method Name Parameters Return value Description
GetTrack TrackID A full Spotify.Track object for the given track ID. N/A

You might notice this class is lacking some methods, this is because everything else related to saving tracks is located in the Spotify.Library class.