[][src]Function egg_mode::list::subscribe

pub async fn subscribe<'_>(
    list: ListID,
    token: &'_ Token
) -> Result<Response<List>>

Subscribes the authenticated user to the given list.

Subscribing to a list is a way to make it available in the "Lists" section of a user's profile without having to create it themselves.