Function github_rest::methods::get_user_followers
source · pub async fn get_user_followers<T, A>(
client: &T,
user: A,
params: Option<&Pagination>
) -> Result<Vec<SimpleUser>, GithubRestError>where
T: Requester,
A: Into<String>,
Expand description
- tags users
- get
/users/{username}/followers
- docs https://docs.github.com/rest/reference/users#list-followers-of-a-user
List followers of a user Lists the people following the specified user.