Group
Extension

Matches 1

Net-OpenSRS-OMA ( R/RP/RPLATEL/Net-OpenSRS-OMA-0.02.tar.gz, RPLATEL, 2012; MetaCPAN )
Net-OpenSRS-OMA/lib/Net/OpenSRS/OMA.pm ( view source; MetaCPAN )
;  # internal package, defined below
1;
package Net::OpenSRS::OMA;

use strict;
use warnings;
use JSON;
use LWP::UserAgent;
use Carp;

our $VERSION = "0.02";
$VERSION = eval $VERSION;

=head1 NAME

Ne
s module requires these modules. 

=over

=item LWP::UserAgent

=item LWP::Protocol::https

=item JSON

=back

=head1 CAVEAT

This API is still under development and thus the 
method calls, arguments 
ds.  All methods take a hash argument, that hash has
a credentials hashref added, is converted to JSON and sent to the API.  Method calls return a
Net::OpenSRS::OMA::Response object containing the res

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