Scroll to navigation

Net::GitHub::V2::Network(3pm) User Contributed Perl Documentation Net::GitHub::V2::Network(3pm)

NAME

Net::GitHub::V2::Network - 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 );;

DESCRIPTION

<http://develop.github.com/p/network.html>

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.
2012-03-22 perl v5.14.2