get_repository_stargazers

Function get_repository_stargazers 

Source
pub async fn get_repository_stargazers(
    client: &GitHubClient,
    owner: &str,
    name: &str,
    per_page: Option<u32>,
    page: Option<u32>,
) -> Result<Vec<StargazerWithDate>>