NAME
WebService::SwigClient - A client for connecting to a swig service
SYNOPSIS
use WebService::SwigClient;
my $client = WebService::SwigClient->new(
api_key => $api_key,
service_url => $service_url,
error_handler => sub {
my ($error, $curl_object) = @_;
warn $error;
},
);
$client->render('foo.html', {});
LICENSE
Copyright (c) 2014 Nikolay Martynov, Logan Bell, Belden Lyman and Shutterstock Inc (http://shutterstock.com). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 136:
=cut found outside a pod block. Skipping to next block.