Function repos_slash_get_commit_activity_stats

Source
pub async fn repos_slash_get_commit_activity_stats(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
) -> Result<Vec<CommitActivity>, Error<ReposSlashGetCommitActivityStatsError>>
Expand description

Returns the last year of commit activity grouped by week. The days array is a group of commits per day, starting on Sunday.