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

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

Get information about an artist.

Reference.