Aaron Straup Cope > Net-Blogger-0.8.4 > Net::Blogger::Engine::Userland::metaWeblog

Download:
Net-Blogger-0.8.4.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  2
View Bugs
Report a bug
Module Version: 0.3   Source   Latest Release: Net-Blogger-1.02

NAME ^

Net::Blogger::Engine::Userland::metaWeblog - UserLand metaWeblog API engine

SYNOPSIS ^

 my $radio = Blogger->new(engine=>"radio");
 $radio->Proxy(PROXY);
 $radio->Username(USERNAME);
 $radio->Password(PASSWORD);

 $radio->metaWeblog()->newPost(
                               title=>"hello",
                               description=>"world",
                               publish=>1,
                              );

DESCRIPTION ^

Implements the UserLand metaWeblog API functionality.

This package is meant to be subclassed. It should not be used on it's own.

PUBLIC METHODS ^

$pkg->newPost(%args)

$pkg->newMediaObject(%args)

Valid argument are :

$pkg->editPost(%args)

TBW

$pkg->getPost(%args)

TBW

$pkg->getCategories()

TBW

VERSION ^

0.3

DATE ^

January 10, 2003

AUTHOR ^

Aaron Straup Cope

SEE ALSO ^

http://www.xmlrpc.com/metaWeblogApi

http://groups.yahoo.com/group/weblog-devel/message/200

FOOTNOTES ^

[1]

http://www.xmlrpc.com/discuss/msgReader$2393

CHANGES ^

0.3

0.2

0.1.2

0.1.1

0.1

LICENSE ^

Copyright (c) 2002-2003 Aaron Straup Cope. All Rights Reserved.

This is free software, you may use it and distribute it under the same terms as Perl itself.