pub async fn repos_slash_get_code_frequency_stats(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<Vec<i32>>, Error<ReposSlashGetCodeFrequencyStatsError>>
Expand description
Returns a weekly aggregate of the number of additions and deletions pushed to a repository. Note: This endpoint can only be used for repositories with fewer than 10,000 commits. If the repository contains 10,000 or more commits, a 422 status code will be returned.