YQueueAPI

Методы

public Task<YResponse<YQueueItemsContainer>> ListAsync(AuthStorage storage, string device = null)

Получение всех очередей треков с разных устройств для синхронизации между ними.

public Task<YResponse<YQueue>> GetAsync(AuthStorage storage, string queueId)

Получение очереди.

public Task<YResponse<YNewQueue>> CreateAsync(AuthStorage storage, YQueue queue, string device = null)

Создание новой очереди треков.

public Task<YResponse<YUpdatedQueue>> UpdatePositionAsync(AuthStorage storage, string queueId, int currentIndex, bool isInteractive, string device = null)

Установка текущего индекса проигрываемого трека в очереди треков.