| Net-Blogger documentation | view source | Contained in the Net-Blogger distribution. |
Net::Blogger::Engine::Userland::metaWeblog - UserLand metaWeblog API engine
my $radio = Blogger->new(engine=>"radio"); $radio->Proxy(PROXY); $radio->Username(USERNAME); $radio->Password(PASSWORD); $radio->metaWeblog()->newPost( title=>"hello", description=>"world", publish=>1, );
Implements the UserLand metaWeblog API functionality.
This package is meant to be subclassed. It should not be used on it's own.
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 an int, or false.
Returns the most recent posts
Valid arguments are:
The maximum number of posts to return
Valid argument 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 hash reference, or undef.
Releases prior to Net::Blogger 0.85 accepted a list of arguments rather than a reference. Version 0.85+ are backwards compatible.
Returns true or false.
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 hash reference or undef.
Returns an array reference or undef.
1.0
$Date: 2005/03/26 19:29:08 $
Aaron Straup Cope
http://www.xmlrpc.com/metaWeblogApi
http://groups.yahoo.com/group/weblog-devel/message/200
http://www.xmlrpc.com/discuss/msgReader$2393
Copyright (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.
| Net-Blogger documentation | view source | Contained in the Net-Blogger distribution. |