我正在尝试使用Perl Net::GitHub::V3
模块,但似乎无法获得任何结果。我的代码在下面以及我得到的回报。有什么建议吗?
守则:
#!/usr/bin/env perl
use Data::Dumper;
use Net::GitHub;
use Net::GitHub::V3;
my $github = Net::GitHub->new( api_url =>'http://my.domain.com/api/v3/legacy/');
my $search = $github->search;
my %data = $search->repos("hello-world");
print Dumper(\$data{repositories})
响应(无错误):
Not Found at git_repos.xml line 9.