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