Group
Extension

Matches 2

SMS-API-CMTelecom ( D/DS/DSONNTAG/SMS-API-CMTelecom-0.05.tar.gz, DSONNTAG, 2022; MetaCPAN )
SMS-API-CMTelecom/lib/SMS/API/CMTelecom.pm ( view source; MetaCPAN )
package SMS::API::CMTelecom;

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

=head1 NAME

SMS::API::CMTelecom - SMS API for cmtelecom.com

=head1 VERSION

Version 0.01

=cut

our 
t-Type' => 'application/json'],
        encode_json $payload,
    );
    my $res = $self->{_ua}->request( $req );

    if ($res->code == 200) {
        my $result = decode_json $res->content();
      
n {
            messages => $result->{messages},
        };
    }

    my $result = eval { decode_json $res->content() };
    return $self->_set_error_message($result->{details}) if ref $result eq 'HA
SMS-API-CMTelecom ( D/DS/DSONNTAG/SMS-API-CMTelecom-0.05.tar.gz, DSONNTAG, 2022; MetaCPAN )
SMS-API-CMTelecom/lib/SMS/Send/CMTelecom.pm ( view source; MetaCPAN )
int 'Failed to send message\n";
    }

=head1 DESCRIPTION

This module currently uses the L<HTTPS JSON API|https://gw.cmtelecom.com/>.

=head1 METHODS

=head2 new

    # Create new sender using this d

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