Statistics
WebService::GitHub::Repos::Statistics
Get the weekly commit activity
WebService::GitHub::Repos::Statistics.get-code-frequency-stats( Str $owner
, Str $repo
)
Get the last year of commit activity
WebService::GitHub::Repos::Statistics.get-commit-activity-stats( Str $owner
, Str $repo
)
Get all contributor commit activity
WebService::GitHub::Repos::Statistics.get-contributors-stats( Str $owner
, Str $repo
)
Get the weekly commit count
WebService::GitHub::Repos::Statistics.get-participation-stats( Str $owner
, Str $repo
)
Get the hourly commit count for each day
WebService::GitHub::Repos::Statistics.get-punch-card-stats( Str $owner
, Str $repo
)