[][src]Function aspotify::endpoints::follow::follow_artists

pub async fn follow_artists<'_, '_, '_>(
    token: &'_ AccessToken,
    ids: &'_ [&'_ str]
) -> Result<(), EndpointError<Error>>

Follow artists.

Maximum 50 ids. Requires user-follow-modify.

Reference.