Aaron Straup Cope > Net-Blogger-0.8.3 > Net::Blogger::Engine::Radio

Download:
Net-Blogger-0.8.3.tar.gz

Dependencies

Annotate this POD

CPAN RT

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

NAME ^

Net::Blogger::Engine::Radio - UserLand Radio Blogger API engine

SYNOPSIS ^

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

 $radio->newPost(
                 postbody => \"hello world",
                 publish=>1,
                 );

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

DESCRIPTION ^

This package inherits Net::Blogger::Engine::Userland and implements methods specifc to a RadioUserLand XML-RPCserver.

CONSTRUCTOR METHODS ^

$pkg = Net::Blogger::Engine::Radio->new(%args)

TBW

Blogger API METHODS ^

$pkg->GetBlogId()

"blogid is ignored. (Radio only manages one weblog, but something interesting could be done here with categories. In your code you must pass "home", all other blogid's cause an error.)"

 -- http://radio.userland.com/emulatingBloggerInRadio#howTheBloggerApiMapsOntoRadioWeblogs

This method overrides Net::Blogger::API::Extended::getBlogId method

$pkg->BlogId()

See docs for GetBlogId

VERSION ^

0.2.4

DATE ^

July 05, 2002

AUTHOR ^

Aaron Straup Cope

CHANGES ^

0.2.4

0.2.3

0.2.2

0.2.1

0.2

0.1

SEE ALSO ^

Net::Blogger::Engine::Userland

Net::Blogger::Engine::Userland::metaWeblog

http://frontier.userland.com/emulatingBloggerInManila

LICENSE ^

Copyright (c) 2001-2002 Aaron Straup Cope.

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