Group
Extension

Matches 2

POE-Component-Github ( B/BI/BINGOS/POE-Component-Github-0.08.tar.gz, BINGOS, 2011; MetaCPAN )
POE-Component-Github/lib/POE/Component/Github.pm ( view source; MetaCPAN )
gs;
use POE::Component::Client::HTTP;
use HTTP::Request::Common;
use Algorithm::FloodControl;
use JSON::Any;
use Class::MOP;
use Module::Pluggable search_path => ['POE::Component::Github::Request'], e
ault => 'github.com/api/v2/json',
);

has _http_alias => (
    is      => 'rw',
    isa     => 'Str',
    default => '',
);

has 'json' => (
    is => 'ro',
    isa => 'JSON::Any',
    lazy => 1,
    
default => sub {
        return JSON::Any->new;
    }
);

has _requests => (
    is => 'ro',
    default => sub { { } },
);

has _shutdown => (
    is => 'rw',
    default => 0,
);

sub spawn {
  shif
POE-Component-Github ( B/BI/BINGOS/POE-Component-Github-0.08.tar.gz, BINGOS, 2011; MetaCPAN )
POE-Component-Github/lib/POE/Component/Github/Request/Role.pm ( view source; MetaCPAN )
sa => 'Str', default => '' );

# api
has 'api_url' => ( is => 'ro', default => 'github.com/api/v2/json/');
has 'scheme'  => ( is => 'ro', default => 'http://');
has 'auth_scheme'    => ( is => 'ro', d

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.