Scroll to navigation

Net::GitHub::V3::Query(3pm) User Contributed Perl Documentation Net::GitHub::V3::Query(3pm)
 

NAME

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

SYNOPSIS

    package Net::GitHub::V3::XXX;
    use Moo;
    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
next_page
Calls "query" with "next_url". See Net::GitHub::V3
NG_DEBUG
export NG_DEBUG=1 to view the request URL
NG_DEBUG > 1 to view request/response string

AUTHOR & COPYRIGHT & LICENSE

Refer Net::GitHub
2014-09-11 perl v5.20.1