Function repos_slash_get_contributors_stats

Source
pub async fn repos_slash_get_contributors_stats(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
) -> Result<Vec<ContributorActivity>, Error<ReposSlashGetContributorsStatsError>>
Expand description

Returns the total number of commits authored by the contributor. In addition, the response includes a Weekly Hash (weeks array) with the following information: * w - Start of the week, given as a Unix timestamp. * a - Number of additions * d - Number of deletions * c - Number of commits Note: This endpoint will return 0 values for all addition and deletion counts in repositories with 10,000 or more commits.