
Buzznet::Entry - Buzznet API Entry Object

use Buzznet::Entry;

This class is mainly used by Buzznet::API to encapsulate the Comment attributes

Returns the community id if the type is "cat".
Returns either "user" or "cat".
Returns the time of the entry post.
Returns the image caption for the post.
Returns the body of the post.
Returns the name of the user or the community blog.
Returns the entry id for the post.
Returns the id of the user or community blog.
Returns the name of the user or the community blog.
Returns the user subgallery, or "default" for the main gallery.
Returns the username of the poster if the type is "cat".
Returns the URL to the thumbnail image.
Returns the URL to the gallery image.
Returns the URL to the feature image.
Returns the permalink for this entry
Returns the bookmark ID for this entry

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::Gallery Buzznet::Profile Buzznet::API

Kevin Woolery, <kevin@buzznet.com>

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.