NAME
Net::GitHub::V1::Project::Info - GitHub Project Info Section (V1)
SYNOPSIS
use Net::GitHub::V1::Project::Info;
my $info = Net::GitHub::V1::Project::Info->new(
owner => 'fayland', name => 'perl-net-github'
);
print $info->description;
DESCRIPTION
ATTRIBUTES
- description
- homepage
- public_clone_url
-
Public Clone URL
- your_clone_url
-
Your Clone URL
- owner_user
-
instance of Net::GitHub::V1::User for $self->owner
- watcher_num
-
How many people watch this project?
- info_from_owner_user
-
the repos HASHREF from $self->owner_user->repositories which matches the owner and name.
AUTHOR
Fayland Lam, <fayland at gmail.com>
COPYRIGHT & LICENSE
Copyright 2009 Fayland Lam, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.