Group
Extension

Matches 1

Webservice-KeyVal-API ( O/OO/OODLER/Webservice-KeyVal-API-0.9.10.tar.gz, OODLER, 2025; MetaCPAN )
Webservice-KeyVal-API/lib/Webservice/KeyVal/API.pm ( view source; MetaCPAN )
rict;
use URI::Escape qw/uri_escape/;

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

=
e, the webservice always returns an HTTP status of C<200 OK>, the C<status>
field of the returned JSON must be checked to determine if the was a failure. This
module checks for anything other than C<s

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