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

pub fn subscribe<'a>(
    list: ListID,
    token: &Token,
    handle: &'a Handle
) -> FutureResponse<'a, 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.