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

List the people the authenticated user follows Lists the people who the authenticated user follows.