NAME
WWW::EchoNest::PlaylistProxy
VERSION
Version 0.001.
SYNOPSIS
use WWW::EchoNest::PlaylistProxy;
METHODS
new
Returns a new WWW::EchoNest::PlaylistProxy instance.
ARGUMENTS:
object => the type of object this proxy will be acting on behalf of
RETURNS:
A new WWW::EchoNest::PlaylistProxy instance.
EXAMPLE:
# Insert helpful example here!
get_attribute
Calls the Web API with an HTTP GET Request
on behalf of an object.
ARGUMENTS:
method => A string of the form <object_type>/<method_name>.
e.g. - 'song/search'
RETURNS:
A hash ref containing the information sent back
from The Echo Nest.
EXAMPLE:
# Insert helpful example here!
post_attribute
Calls the Web API with an HTTP POST Request
on behalf of an object.
ARGUMENTS:
method => A string of the form <object_type>/<method_name>.
e.g. - 'song/search'
RETURNS:
A hash ref containing the information sent back
from The Echo Nest.
EXAMPLE:
# Insert helpful example here!
get_id
Get an Artist's id.
ARGUMENTS:
none
RETURNS:
A string representing the artist's id.
EXAMPLE:
# Insert helpful example here!
get_name
Get an Artist's name.
ARGUMENTS:
none
RETURNS:
A string representing the artist's name.
EXAMPLE:
# Insert helpful example here!
FUNCTIONS
AUTHOR
Brian Sorahan, <bsorahan@gmail.com>
BUGS
Please report any bugs or feature requests to bug-echonest at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW::EchoNest. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
Join the Google group: <http://groups.google.com/group/www-echonest>
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2011 Brian Sorahan.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.