Net::GitHub::V2::Network(3) Secret Network API

SYNOPSIS


use Net::GitHub::V2::Network;
my $network = Net::GitHub::V2::Network->new(
owner => 'fayland', repo => 'perl-net-github'
);
my $net_meta = $network->network_meta;
my $data_chunk = $network->network_data_chunk( $net_hash );;

METHODS

network_meta
network_data_chunk
    $network->network_data_chunk( $net_hash );
    $network->network_data_chunk( $net_hash, $start, $end );

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.