Group
Extension

Matches 1

SMS-Send-KR-Aligo ( K/KE/KEEDI/SMS-Send-KR-Aligo-0.005.tar.gz, KEEDI, 2021; MetaCPAN )
SMS-Send-KR-Aligo/lib/SMS/Send/KR/Aligo.pm ( view source; MetaCPAN )

use warnings;

our $VERSION = '0.005';

use parent qw( SMS::Send::Driver );

use HTTP::Tiny;
use JSON;

our $URL     = "https://apis.aligo.in";
our $AGENT   = "SMS-Send-KR-Aligo/" . $SMS::Send::KR::A
id response for POST request";
    if ( $res && $res->{success} ) {
        $ret{detail} = decode_json( $res->{content} );
        if ( $ret{detail}{result_code} >= 0 ) {
            $ret{success} = 1

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