Group
Extension

Matches 1

WebService-Bandcamp ( H/HO/HONDALLIC/WebService-Bandcamp-0.06.tar.gz, HONDALLIC, 2014; MetaCPAN )
WebService-Bandcamp/lib/WebService/Bandcamp.pm ( view source; MetaCPAN )
package WebService::Bandcamp;
use JSON::XS;
use Cache::LRU;
use Net::DNS::Lite;
use Furl;
use URI;
use URI::QueryParam;
use Carp;
use Moo;
use namespace::clean;
our $VERSION = "0.06";


$Net::DNS::Lit
com',
        path_query => "$path$query",
        method => 'GET',
    );

    my $data = decode_json( $content );
    if ( defined $data->{error} ) {
        my $code = $data->{error};
        my $m

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.