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


Net-Blogger documentation  | view source Contained in the Net-Blogger distribution.

Index


NAME

Top

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

SYNOPSIS

Top

 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

Top

This package inherits Net::Blogger::Engine::Userland and implements methods specific to a RadioUserLand XML-RPC server.

PACKAGE METHODS

Top

__PACKAGE__->new(\%args)

Releases prior to Net::Blogger 0.85 accepted a list of arguments rather than a reference. Version 0.85+ are backwards compatible.

Returns an object. Woot!

Blogger API METHODS

Top

$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

Top

1.0

DATE

Top

$Date: 2005/03/26 19:29:08 $

AUTHOR

Top

Aaron Straup Cope

SEE ALSO

Top

Net::Blogger::Engine::Userland

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

http://frontier.userland.com/emulatingBloggerInManila

LICENSE

Top

Copyright (c) 2001-2005 Aaron Straup Cope.

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.