Net::GitHub::V2::Network.3pm

Langue: en

Version: 2010-01-23 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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 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.