Provided by: libnet-github-perl_0.55-1_all
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 next_page Calls "query" with "next_url". See Net::GitHub::V3
AUTHOR & COPYRIGHT & LICENSE
Refer Net::GitHub