The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

POE::Component::Github::Request::Role - A role for Github requests

SYNOPSIS

  package POE::Component::Github::Request::*;

  use Moose;
  with 'POE::Component::Github::Request::Role';

DESCRIPTION

POE::Component::Github::Request::Role is a role for POE::Component::Github::Request objects.

ATTRIBUTES

login

Github login

token

Github API token

api_url

The url to the Github API, without the preceeding scheme.

scheme

The scheme to use with the API for unauthenticated requests.

auth_scheme

The scheme to use with the API for authenticated requests.

values

A hashref of POST values to send with authenticated requests.

AUTHOR

Chris BinGOs Williams <chris@bingosnet.co.uk>

LICENSE

Copyright © Chris Williams

This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.