API-ParallelsWPB

 view release on metacpan or  search on metacpan

t/03_f_request.t  view on Meta::CPAN

                    localeCode      => 'de_DE',
                    sessionLifeTime => 1000
                }
            ]
        },
        'Request type with uuid is POST'
    );
};


subtest 'Test unicode chars' => sub {
    plan tests => 1;

    $client->f_request(
        [ 'sites', '123' ],
        {
            req_type  => 'put',
            post_data => [
                {
                    ownerInfo => {
                        personalName => 'Василиус Пупкинус'



( run in 0.258 second using v1.01-cache-2.11-cpan-4e96b696675 )