Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Pithub::Repos::Stats - Github v3 repos / stats API

Author

       Johannes Plunien <plu@cpan.org>

Methods

contributors
       Extra arguments

       •   wait_for_200

           If this is set, and we receive the 202 status from github, we will sleep for this many seconds before
           trying the request again. We will keep trying until we get anything else than 202 status

       List contributors with stats

           GET /repos/:user/:repo/stats/contributors

       Examples:

           my $repos  = Pithub::Repos::Stats->new;
           my $result = $repos->contributors( user => 'plu', repo => 'Pithub' );

Name

       Pithub::Repos::Stats - Github v3 repos / stats API

Version

       version 0.01043

See Also