[][src]Function aspotify::endpoints::artists::get_related_artists

pub async fn get_related_artists<'_, '_>(
    token: &'_ AccessToken,
    id: &'_ str
) -> Result<Vec<Artist>, EndpointError<Error>>

Get an artist's related artists.

These artists are similar in style to the given artist.

Reference.