new Tracks(spotify)
Creates a new Tracks instance
- Source:
Parameters:
Name | Type | Description |
---|---|---|
spotify |
Spotify
|
Methods
getTrack(id)
Get Spotify catalog information for a single track identified by its unique Spotify ID.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
id |
String
|
track id |
getTracks(ids)
Get Spotify catalog information for multiple tracks based on their Spotify IDs.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
ids |
String
|
array of track ids |