s logic to talk to Overheid.IO
our $VERSION = '1.2';
use LWP::UserAgent;
use URI;
use Carp;
use JSON;
has ua => (
is => 'ro',
isa => 'LWP::UserAgent',
builder => '_build_use
("%s - %s", $res->status_line, $res->decoded_content), $/;
}
my $json = JSON->new->decode($decoded);
return $json;
}
__PACKAGE__->meta->make_immutable;
__END__
=pod
=encoding UTF-8
en data initiative to expose
data the Dutch government exposes via a JSON API. This is a Perl
implemenation for talking to that JSON API.
=head1 ATTRIBUTES
=head2 ua
An L<LWP::UserAgent> object
=h