[][src]Function aspotify::endpoints::player::get_devices

pub async fn get_devices<'_>(
    token: &'_ AccessToken
) -> Result<Vec<Device>, EndpointError<PlayerError>>

Get the current user's available devices (Beta).

Requires user-read-playback-state

Reference.