Group
Extension

Matches 1

WWW-JSONAPI ( M/MI/MICHAEL/WWW-JSONAPI-0.01.tar.gz, MICHAEL, 2014; MetaCPAN )
WWW-JSONAPI/lib/WWW/JSONAPI.pm ( view source; MetaCPAN )
WW::JSONAPI;

use 5.006;
use strict;
use warnings FATAL => 'all';
use LWP;
use HTTP::Request;
use JSON;
use Carp;

=head1 NAME

WWW::JSONAPI - Very thin and inadequate wrapper for JSON API
;


=head1 SYNOPSIS

This module contains utterly minimal functionality for interacting with JSON-based REST services with or without SSL.
It resulted from my development of L<WWW::KeePassRest>,
 and has the purpose of providing a very thin but convenient
abstraction layer on top of LWP and JSON for that API. Other than those, it has no dependencies.
Version 0.01 contains only those methods

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