NAME

WebService::LinkShare - Interface to the LinkShare web API

METHODS

new()
$Linkshare = WebService::LinkShare->new({ token => $token });

Get a token here: http://cli.linksynergy.com/cli/publisher/links/webServices.php

targeted_merchandise()
$product_results = $Linkshare->targeted_merchandise({
    advertiser_mid => $mid,
    count          => 10, });

Returns an array ref of WebService::LinkShare::Product objects.

SYNOPSIS

use WebService::LinkShare;
$LinkShare = WebService::LinkShare->new({ token => $token });

# figure out what advertiser id to pick for $mid
$product_results = $LinkShare->targeted_merchandise({ advertiser_mid => $mid, count => 10 });

Use Data::Dumper to inspect the results data structure until I implement Moose :)

DESCRIPTION

See the LinkShare web services url to obtain a token for the http://cli.linksynergy.com/cli/publisher/links/webServices.php

SEE ALSO

Targeted Merchandiser API Implementation Guidelines PDF

http://helpcenter.linkshare.com/publisher/images/Targeted%20Merchandiser%20API.pdf

Targeted Merchandiser API Implementation Guidelines HTML

http://helpcenter.linkshare.com/publisher/questions.php?questionid=653

AUTHOR

Fred Moyer, <fred@slwifi.com>

COPYRIGHT AND LICENSE

Copyright (C) 2010 by Silver Lining Networks

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.0 or, at your option, any later version of Perl 5 you may have available.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 130:

You forgot a '=back' before '=head1'