Net::Blogger::Engine::Slash

Adds support for the Slashcode SOAP API
Download

Net::Blogger::Engine::Slash Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Christopher H. Laco
  • Publisher web site:
  • http://search.cpan.org/~claco/Handel-1.00009/lib/Handel/Manual/QuickStart.pod

Net::Blogger::Engine::Slash Tags


Net::Blogger::Engine::Slash Description

Adds support for the Slashcode SOAP API Net::Blogger::Engine::Slash is a Perl module that adds support for the Slashcode SOAP API.SYNOPSIS # Create object. my $blogger = Net::Blogger->new(engine=>"slash",debug=>1); # Same old, same old. $blogger->Username(1234); $blogger->Password("*****"); $blogger->Proxy("http://use.perl.org/journal.pl"); # Hey, this is different! $blogger->Uri("http://use.perl.org/Slash/Journal/SOAP"); # This (the good old Blogger API) ... $blogger->newPost(postbody=>"hello world"); # ...is the same as (slashcode API) ... $blogger->slash()->add_entry(subject=>"hello",body=>"world");Net::Blogger::Engine::Slash allows a program to interact with the Slashcode SOAP API using the Blogger API. Neat, huh? Requirements: · Perl


Net::Blogger::Engine::Slash Related Software