logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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