Aaron Straup Cope > WebService-weblogUpdates-0.34 > WebService::weblogUpdates

Download:
WebService-weblogUpdates-0.34.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.34   Source   Latest Release: WebService-weblogUpdates-0.35

NAME ^

WebService::weblogUpdates - methods supported by the UserLand weblogUpdates framework.

SUMMARY ^

 use WebService::weblogUpdates;

 my $weblogs = WebService::weblogUpdates->new(transport=>"SOAP",debug=>0);
 $weblogs->ping("Perlblog","http://www.nospum.net/perlblog");

DESCRIPTION ^

This package implements methods supported by the UserLand weblogUpdates framework, for the weblogs.com website.

NAMES ^

This package was originally named to reflect the class that the original ping method lives in, weblogUpdates.

Since then, other methods have been added that live in other classes or don't have any class at all. I have no idea why.

So it goes, I guess.

PACKAGE METHODS ^

$pkg = __PACKAGE__->new(%args)

Valid arguments are

OBJECT METHODS ^

$pkg->ping(\%args)

Ping the Userland servers and tell them your weblog has been updated.

Valid arguments are a hash reference whose keys are :

Returns true or false. This means that, unlike the Userland server itself, a successful ping returns 1 and a failed ping returns 0.

$pkg->rssUpdate(\%args)

Ping the Userland servers and tell them your RSS feed has been updated.

Valid arguments are a hash reference whose keys are :

This method is not supported for the SOAP transport, although it will be as soon as it is documented by UserLand.

This method is not supported for the REST transport.

$pkg->LastMessage()

Return the response message that was sent with your last method call.

$pkg->Transport($transport,%args)

Set the transport for use with the package. Valid transports are SOAP, XMLRPC and REST. This field is required.

Valid arguments are

DEPRECATED METHODS ^

$pkg->ping_message()

DEPRECATED Please use $pkg->LastMessage() instead.

VERSION ^

0.34

DATE ^

October 28, 2002

SEE ALSO ^

http://www.weblogs.com

http://www.xmlrpc.com/weblogsComForRss

http://www.xmlrpc.com/discuss/msgReader$2014?mode=day

REQUIREMENTS ^

These packages are required in order to support the following transports :

XMLRPC

One of the following :

SOAP

REST

LICENSE ^

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

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