API-BigBlueButton
view release on metacpan or search on metacpan
lib/API/BigBlueButton/Requests.pm view on Meta::CPAN
package API::BigBlueButton::Requests;
=head1 NAME
API::BigBlueButton::Requests - processing of API requests
=cut
use 5.008008;
use strict;
use warnings;
use Digest::SHA1 qw/ sha1_hex /;
use Carp qw/ confess /;
lib/API/BigBlueButton/Response.pm view on Meta::CPAN
package API::BigBlueButton::Response;
=head1 NAME
API::BigBlueButton::Response - processing of API responses
=cut
use 5.008008;
use strict;
use warnings;
use XML::Fast;
our $VERSION = "0.015";
( run in 0.235 second using v1.01-cache-2.11-cpan-8d75d55dd25 )