Group
Extension

Matches 1

Acme-Free-Dog-API ( O/OO/OODLER/Acme-Free-Dog-API-0.9.10.tar.gz, OODLER, 2025; MetaCPAN )
Acme-Free-Dog-API/lib/Acme/Free/Dog/API.pm ( view source; MetaCPAN )

use v5.10;
use strict;
use warnings;

our $VERSION = '0.9.10';

use HTTP::Tiny;
use JSON            qw/decode_json/;
use Util::H2O::More qw/baptise ddd HTTPTiny2h2o h2o/;

use constant {
    BASEURL 
odule is the first one written using L<Util::H2O::More>'s C<HTTPTiny2h2o>
method that looks for C<JSON> in the C<content> key returned via L<HTTP::Tiny>'s
response C<HASH>.

=head1 METHODS

=over 4

=

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