getSpotifyTrackByID

Fetches information about a Spotify track by its ID and returns the JSON response.

version(TwitchSupport && WithTwitchPlugin)
getSpotifyTrackByID
(,,
const string trackID
,
bool recursing = false
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

creds Credentials

Credentials aggregate.

trackID string

Spotify track ID string.

recursing bool

Whether or not the function is recursing into itself.

Return Value

Type: auto

A Voldemort of the results.

Throws

UnexpectedJSONException on unexpected JSON.