package WebService::Decibel;
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.03";
$Net::DNS::Lite
);
if ( $content !~ /^\{/) {
confess $content;
} else {
return decode_json( $content );
}
}
1;
__END__
=encoding utf-8
=head1 NAME
WebService::Decibel - A simple a