Coder Social home page Coder Social logo

perl-net-github's Introduction

NAME
    Net::GitHub - Perl Interface for github.com

SYNOPSIS
        use Net::GitHub;

        my $github = Net::GitHub->new( login => 'fayland', pass => 'secret' ); # default to Net::GitHub::V3

        # for backwards
        my $github = Net::GitHub->new(  # Net::GitHub::V2
            version => 2,
            owner => 'fayland', name => 'perl-net-github'
        );
    
        # for V3
        # L<Net::GitHub::V3::Users>
        my $user = $github->user->show('nothingmuch');
        $github->user->update( bio => 'Just Another Perl Programmer' );
    
        # L<Net::GitHub::V3::Repos>
        my @repos = $github->repos->list;
        my $rp = $github->->create( {
            "name" => "Hello-World",
            "description" => "This is your first repo",
            "homepage" => "https://github.com"
        } );

DESCRIPTION
    <http://github.com> is a popular git host.

    This distribution provides easy methods to access GitHub via their APIs.

    Check <http://developer.github.com/> for more details of the GitHub
    APIs.

    Read Net::GitHub::V3 for API usage.

    If you prefer object oriented way, Pithub is 'There is more than one way
    to do it'.

Git
    <http://github.com/fayland/perl-net-github/>

SEE ALSO
    Any::Moose, Pithub

AUTHOR
    Fayland Lam, "<fayland at gmail.com>"

    Everyone who is listed in Changes.

COPYRIGHT & LICENSE
    Copyright 2009-2011 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.

perl-net-github's People

Contributors

fayland avatar fcuny avatar bigpresh avatar sunnavy avatar lkundrak avatar c9s avatar obra avatar worr avatar spang avatar finn avatar ioanrogers avatar nebulous avatar bingos avatar hdragolov avatar doy avatar

Watchers

Paul Fenwick avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.