Group
Extension

Matches 1

Museum-TePapa ( R/RS/RSHEAT/Museum-TePapa-0.02.tar.gz, RSHEAT, 2023; MetaCPAN )
Museum-TePapa/lib/Museum/TePapa.pm ( view source; MetaCPAN )
package Museum::TePapa;

use 5.34.0;
use strictures 2;

use JSON::MaybeXS;
use LWP::UserAgent;
use Moo;
use URI::QueryParam;

use namespace::clean;

=head1 NAME

Museum::TePapa - an interface to the T
my $ua = LWP::UserAgent->new;
    $ua->agent("Museum::TePapa/$VERSION");

    my $res;
    my $json = JSON::MaybeXS->new();
    my $stopnow = 0;
    my $method = 'POST';
    do {
        my $req = HTT
Request->new(
            $method => $url,
            [
                'Accept' => 'application/json; charset=UTF-8',
                'x-api-key'    => $self->key,
            ]
        );
        $

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