Group
Extension

Matches 1

WWW-OneAll ( B/BI/BINARY/WWW-OneAll-0.03.tar.gz, BINARY, 2023; MetaCPAN )
WWW-OneAll/lib/WWW/OneAll.pm ( view source; MetaCPAN )
ontent-Type'} = 'application/json' if %params;
    my @extra = %params ? (json => \%params) : ();
    my $tx    = $ua->build_tx($method => $self->{endpoint} . $url . '.json' . $query_params => $header
ept('application/json');

    $tx = $ua->start($tx);
    if ($tx->res->headers->content_type and $tx->res->headers->content_type =~ 'application/json') {
        return $tx->res->json;
    }
    if (!

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