ane;
use Moo;
use Types::Standard qw( Bool );
use URI::Template;
extends 'Catmandu::Importer::getJSON';
our $AUTHORITY = 'cpan:JONASS';
our $VERSION = '0.001';
has api => (
is => 'ro',
def
',
lazy => 1,
builder => sub {
URI::Template->new( $_[0]->api . '{/topic,reference}?format=json' );
}
);
has '+from' => (
is => 'ro',
lazy => 1,
builder => \&_build_from,
);
has d
ies Parltrack for entities.
=head1 CONFIGURATION
This importer extends L<Catmandu::Importer::getJSON>, so it can be configured
with options C<agent>, C<timeout>, C<headers>, C<proxy>, and C<dry>. Ad