![]() |
![]()
| ![]() |
![]()
NAMENet::Blogger::Engine::Slash::slashcode - Adds support for the Slashcode SOAP API. SYNOPSISThere is none since this is the black box you're not supposed to look in. Please docs for consult Net::Blogger::Engine::Slash. DESCRIPTIONAdds support for the Slashcode SOAP API. OBJECT METHODS$pkg->Proxy()Return the URI of the Slashcode XML-RPC proxy $pkg->TransportJust returns SOAP by default SLASHCODE SOAP METHODS$pkg->add_entry(\%args)Valid arguments are
Releases prior to Net::Blogger 0.85 accepted a list of arguments rather than a reference. Version 0.85+ are backwards compatible. Returns a postid or false. $pkg->get_entry($id)Returns a hash ref whose keys are :
$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. VERSION1.0 DATE$Date: 2005/03/26 19:29:08 $ AUTHORAaron Straup Cope TO DO
SEE ALSONet::Blogger::Engine::Slash http://use.perl.org/~pudge/journal/3294 LICENSECopyright (c) 2002-2005, Aaron Straup Cope. All Rights Reserved. This is free software, you may use it and distribute it under the same terms as Perl itself.
|