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
- raw_string
- raw_response
- api_throttle
- RaiseError
METHODS
- query
-
Refer Net::GitHub::V3
- next_page
-
Calls
query
withnext_url
. See Net::GitHub::V3
AUTHOR & COPYRIGHT & LICENSE
Refer Net::GitHub