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

NAME

Buzznet::Gallery - Buzznet API Gallery Object

SYNOPSIS

  use Buzznet::Gallery;

DESCRIPTION

This class is mainly used by Buzznet::API to encapsulate the subgalleries of a Buzznet user

METHODS

url

Returns the url of the subgallery

title

Returns the title of the subgallery

description

Returns the description of the subgallery

entry_id

Returns the entry_id of the latest entry of the subgallery

mtime

Returns the unix timestamp of the latest entry

image

Returns the url of the latest entry into the subgallery

SEE ALSO

Check out http://www.buzznet.com/developers for the latest tools and libraries available for all languages and platforms. The complete XML-RPC Buzznet API can be found at http://www.buzznet.com/developers/apidocs/.

Buzznet::Comment Buzznet::Entry Buzznet::Profile Buzznet::API

AUTHOR

Kevin Woolery, <kevin@buzznet.com>

COPYRIGHT AND LICENSE

Copyright (C) 2004 by Kevin Woolery

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