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

NAME

Net::GitHub::V3::Query - Base Query role for Net::GitHub::V3

SYNOPSIS

    package Net::GitHub::V3::XXX;

    use Any::Moose;
    with 'Net::GitHub::V3::Query';

DESCRIPTION

set Authentication and call API

ATTRIBUTES

login
pass
access_token

either set access_token from OAuth or login:pass for Basic Authentication

http://developer.github.com/

raw_string
raw_response
api_throttle
RaiseError

METHODS

query

Refer Net::GitHub::V3

AUTHOR & COPYRIGHT & LICENSE

Refer Net::GitHub