Group
Extension

Matches 1

Microsoft-Translator ( T/TE/TEODESIAN/Microsoft-Translator-0.001.tar.gz, TEODESIAN, 2023; MetaCPAN )
Microsoft-Translator/lib/Microsoft/Translator.pm ( view source; MetaCPAN )

use Clone;
use Ref::Util qw{is_arrayref is_hashref};
use UUID::Tiny;
use HTTP::Tiny;
use Cpanel::JSON::XS;
use List::Util;

use Data::Dumper;


sub new( $class, $secret_key, $region, $debug ) {
    r
$params)));

    my $uri = "$endpoint$path?$querystring";
    my $body = $input ? Cpanel::JSON::XS::encode_json( $input ) : undef;

    my $response = $client->_request($method, $uri, {
        header
bscription-Region' => $self->{region},
            'Content-Type'                 => 'application/json',
            'X-ClientTraceId'              => $uuid,
        },
        content => $body,
    }

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