Help for this page

Select Code to Download


  1. or download this
    use Net::GitHub::V3;
    my $gh = Net::GitHub::V3->new (
    ...
        description => 'monkey business',
        homepage => 'www.exmpale.org',
    });
    
  2. or download this
    use FindBin '$Bin';
    use Pithub;
    ...
    );
    my $result = $pid->repos->get ();
    print Dumper $result;
    
  3. or download this
    $ ph
    setup ph. please input your id/pw to this prompt. password will not sa
    +ve to any location.
    ...
    
    {"message":"Not Found","documentation_url":"https://docs.github.com/re
    +st"}
    $