|
NAMENet::GitHub::V3::Gitignore - GitHub Gitignore API SYNOPSIS use Net::GitHub::V3;
my $gh = Net::GitHub::V3->new; # read L<Net::GitHub::V3> to set right authentication info
my $gitignore = $gh->gitignore;
DESCRIPTIONMETHODSGitignore <http://developer.github.com/v3/gitignore/> AUTHOR & COPYRIGHT & LICENSERefer Net::GitHub
|