Group
Extension

Matches 1

Catmandu-Blacklight ( H/HO/HOCHSTEN/Catmandu-Blacklight-0.04.tar.gz, HOCHSTEN, 2019; MetaCPAN )
Catmandu-Blacklight/lib/Catmandu/Importer/Blacklight.pm ( view source; MetaCPAN )
acklight;

use Catmandu::Sane;
use Catmandu::Util qw(:is);
use REST::Client;
use URI::Escape;
use JSON::MaybeXS;
use Moo;
use feature 'state';

with 'Catmandu::Importer';

has url     => (is => 'ro', 
{ Accept => 'application/json' });

    return undef unless ($response->responseCode eq '200');

    my $json   = $response->responseContent;
    my $perl   = decode_json($json);

    $perl->{response

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