NAME
Net::GitHub::V3::Search - GitHub Search API
SYNOPSIS
use Net::GitHub::V3;
my $gh = Net::GitHub::V3->new; # read L<Net::GitHub::V3> to set right authentication info
my $search = $gh->search;
DESCRIPTION
METHODS
Search
http://developer.github.com/v3/search/
- issues
-
my %data = $search->issues('fayland', 'perl-net-github', 'closed', 'milestone'); print Dumper(\$data{issues});
- repos
-
my %data = $search->repos('perl-net-github'); print Dumper(\$data{repositories});
- user
-
my %data = $search->user('fayland'); print Dumper(\$data{users});
-
my %data = $search->email('fayland@gmail.com'); print Dumper(\$data{user});
AUTHOR & COPYRIGHT & LICENSE
Refer Net::GitHub
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 70:
Expected text after =item, not a bullet