Net::GitHub::V3::Query
Base Query role for Net::GitHub::V3
- Provided by: libnet-github-perl (Version: 0.83-1)
- Report a bug
Base Query role for Net::GitHub::V3
package Net::GitHub::V3::XXX;
use Moo;
with 'Net::GitHub::V3::Query';
set Authentication and call API
<http://developer.github.com/>
NG_DEBUG
export NG_DEBUG=1 to view the request URL
NG_DEBUG > 1 to view request/response string
Refer Net::GitHub