| POE-Component-Github documentation | view source | Contained in the POE-Component-Github distribution. |
POE::Component::Github::Request::Role - A role for Github requests
package POE::Component::Github::Request::*; use Moose; with 'POE::Component::Github::Request::Role';
POE::Component::Github::Request::Role is a role for POE::Component::Github::Request objects.
loginGithub login
tokenGithub API token
api_urlThe url to the Github API, without the preceeding scheme.
schemeThe scheme to use with the API for unauthenticated requests.
auth_schemeThe scheme to use with the API for authenticated requests.
valuesA hashref of POST values to send with authenticated requests.
Chris BinGOs Williams <chris@bingosnet.co.uk>
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.
| POE-Component-Github documentation | view source | Contained in the POE-Component-Github distribution. |