The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Delicious::Simple - Simple interface to the Delicious API

VERSION

version 0.02

SYNOPSIS

    use WWW::Delicious::Simple;

    WWW::Delicious::Simple->get_url_info({ url => 'http://www.twitter.com' });

DESCRIPTION

A very simple interface, into a very small portion, of the Delicious (V2) API. Patches welcome to support more of the API.

Returns decoded json returned from the API.

Possibly very unstable; may have future backwards incompatible releases, if anyone sends any patches.

METHODS

get_url_info

    my $data = WWW::Delicious::Simple->get_url_info({ url => $url });

Returns the data Delicious has stored for the URL specified.

SEE ALSO

Net::Delicious, http://www.delicious.com/help/json

AUTHOR

Adam Taylor <ajct@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Adam Taylor.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.