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