Search results for "module:Net::GitHub::V3::Search"

Net::GitHub::V3::Search - GitHub Search API River stage two • 15 direct dependents • 28 total dependents

METHODS Search <http://developer.github.com/v3/search/> issues my %data = $search->issues({ q => 'state:open repo:fayland/perl-net-github', sort => 'created', order => 'asc', }); print Dumper(\$data{items}); repositories my %data = $search->repositor...

FAYLAND/Net-GitHub-1.05 - 03 Oct 2022 03:23:11 UTC

Net::GitHub::V3 - Github API v3 River stage two • 15 direct dependents • 28 total dependents

<http://developer.github.com/v3/> ATTRIBUTES Authentication There are two ways to authenticate through GitHub API v3: login/pass my $gh = Net::GitHub::V3->new( login => $ENV{GITHUB_USER}, pass => $ENV{GITHUB_PASS} ); access_token my $gh = Net::GitHub...

FAYLAND/Net-GitHub-1.05 - 03 Oct 2022 03:23:11 UTC
2 results (0.117 seconds)