NAME
Net::Blogger::Engine::Slash::slashcode - Adds support for the Slashcode SOAP API.
SYNOPSIS
There is none since this is the black box you're not supposed to look in.
Please docs for consult Net::Blogger::Engine::Slash.
DESCRIPTION
Adds support for the Slashcode SOAP API.
SLASHCODE SOAP METHODS
$pkg->add_entry(\%args)
Valid arguments are
subject
body
Returns a postid or false.
$pkg->get_entry($id)
Returns a hash ref whose keys are :
body
discussion_id
subject
url
posttype
id
date
tid
nickname
uid
$pkg->get_entries($offset)
Returns an array of hashrefs (see docs for get_entry), or false.
$pkg->modify_entry($id,%args)
Returns a postid or false.
$pkg->delete_entry($id)
Returns true or false.
PRIVATE METHODS
$pkg->_setUserCookie()
Bakes the cookie required by the Slash server.
VERSION
0.1
DATE
May 31, 2002
AUTHOR
Aaron Straup Cope
TO DO
Add full support for arguments that may be passed to add_entry and modify_entry
SEE ALSO
http://use.perl.org/~pudge/journal/3294
LICENSE
Copyright (c) 2002, Aaron Straup Cope. All Rights Reserved.
This is free software, you may use it and distribute it under the same terms as Perl itself.