Net::GitHub::V3::Gitignore
GitHub Gitignore API
- Provided by: libnet-github-perl (Version: 1.05-1)
- Report a bug
GitHub Gitignore API
use Net::GitHub::V3;
my $gh = Net::GitHub::V3->new; # read L<Net::GitHub::V3> to set right authentication info
my $gitignore = $gh->gitignore;
Gitignore
<http://developer.github.com/v3/gitignore/>
Refer Net::GitHub