Group
Extension

Matches 1

WebService-Smartling ( M/MC/MCOX/WebService-Smartling-v0.0.4.tar.gz, MCOX, 2013; MetaCPAN )
WebService-Smartling/lib/WebService/Smartling.pm ( view source; MetaCPAN )

use strict;
use warnings FATAL => 'all';

binmode STDOUT, ":encoding(UTF-8)";

use Carp;
require JSON;
use Params::Validate qw( :all );
use Readonly;
#use Smart::Comments;

=encoding utf-8

=head1 NA
nfig(
    base_url        => "https://api.smartling.com/v1/",
    response_parser => { module => "JSON" },
    sandbox_url     => "https://sandbox-api.smartling.com/v1",
    upload_url      => "https:
ameters>

=item fileUri B<(required)>

Value that uniquely identifies the file.

=item B<Returns: JSON result from API>

=over 4

 {"response":{"code":"SUCCESS","messages":[],"data":null,}}

=back

=b

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