add Item To Queue
Will be internal once the whole API is covered
Adds a track to the user's queue
Return
HttpStatusCode.NoContent if the request succeeded, HttpStatusCode.NotFound if the device was not found, HttpStatusCode.Forbidden if the user is non-premium
Parameters
track
The track to add to the queue
device Id
The device ID, if not provided, the user's current active device is targeted
Adds an episode to the user's queue
Return
HttpStatusCode.NoContent if the request succeeded, HttpStatusCode.NotFound if the device was not found, HttpStatusCode.Forbidden if the user is non-premium
Parameters
episode
The episode to add to the queue
device Id
The device ID, if not provided, the user's current active device is targeted