package Net::PostcodeNL::WebshopAPI;
use strict;
use warnings;
use LWP::UserAgent;
use JSON::XS;
use URI::Template;
use Net::PostcodeNL::WebshopAPI::Response;
our $VERSION = '0.0201';
my $AGENT =
application/json') {
return Net::PostcodeNL::WebshopAPI::Response->new(decode_json($resp->decoded_content));
}
return Net::PostcodeNL::WebshopAPI::Response->new(decode_json($resp->deco