Track Api
Endpoints for retrieving information about one or more tracks from the Spotify catalog.
Constructors
TrackApi
Link copied to clipboard
Functions
getAudioAnalysis
Link copied to clipboard
getAudioAnalysisRestAction
Link copied to clipboard
fun getAudioAnalysisRestAction(track: String): SpotifyRestAction<AudioAnalysis>
Content copied to clipboard
getAudioFeatures
Link copied to clipboard
suspend fun getAudioFeatures(vararg tracks: String): List<AudioFeatures?>
Content copied to clipboard
getAudioFeaturesRestAction
Link copied to clipboard
fun getAudioFeaturesRestAction(vararg tracks: String): SpotifyRestAction<List<AudioFeatures?>>
Content copied to clipboard
fun getAudioFeaturesRestAction(track: String): SpotifyRestAction<AudioFeatures>
Content copied to clipboard
getTrackRestAction
Link copied to clipboard
fun getTrackRestAction(track: String, market: Market? = null): SpotifyRestAction<Track?>
Content copied to clipboard
getTracksRestAction
Link copied to clipboard
fun getTracksRestAction(vararg tracks: String, market: Market? = null): SpotifyRestAction<List<Track?>>
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard