WebService::GitHub - Web API Client for GitHub/GHE
use WebService::GitHub;
my $gh = WebService->
WebService::GitHub is Web API Client for GitHub/GHE. This module provides simple get/post/put/delete interface to call APIs and decode response JSON to Perl hashref.
$instance = $class->new( token => 'your API token', base_uri => 'https://your_ghe_server.com/api/v3' )
create instance. base_uri is optional (default is https://github.com/api/v3)
call API using GET request
call API using POST request
call API using PUT request
call API using DELETE request
https://developer.github.com/v3/enterprise/
Copyright (C) Takuya Tsuchida.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Takuya Tsuchida tsucchi@cpan.org