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