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

NAME

Buzznet::Entry - Buzznet API Entry Object

SYNOPSIS

  use Buzznet::Entry;

DESCRIPTION

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

METHODS

categoryID

Returns the community id if the type is "cat".

type

Returns either "user" or "cat".

time

Returns the time of the entry post.

caption

Returns the image caption for the post.

body

Returns the body of the post.

name

Returns the name of the user or the community blog.

entryId

Returns the entry id for the post.

userId

Returns the id of the user or community blog.

username

Returns the name of the user or the community blog.

category

Returns the user subgallery, or "default" for the main gallery.

author

Returns the username of the poster if the type is "cat".

thumbURL

Returns the URL to the thumbnail image.

galleryURL

Returns the URL to the gallery image.

featureURL

Returns the URL to the feature image.

Returns the permalink for this entry

bookmarkID

Returns the bookmark ID for this entry

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::Gallery 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.