pub async fn get_followers<T>(
    client: &T,
    params: Option<&Pagination>
) -> Result<Vec<SimpleUser>, GithubRestError>where
    T: Requester,
Expand description

List followers of the authenticated user Lists the people following the authenticated user.