WordPress::XMLRPC

An API to Wordpress RPC
Download

WordPress::XMLRPC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Leo Charre
  • Publisher web site:
  • http://search.cpan.org/~leocharre/

WordPress::XMLRPC Tags


WordPress::XMLRPC Description

An API to Wordpress RPC WordPress::XMLRPC is a Perl module that offers an API to the Wordpress RPC.SYNOPSIS use WordPress::XMLRPC; my $o = WordPress:::XMLRPC->new({ username => 'author1', password => 'superpass', proxy => 'http://mysite.com/xmlrpc.php', }); my $post = $o->getPost(5); # id 5 # let's change the title $post->{title} = 'I did not like the old title.'; # let's save the changes back to the server.. $o->editPost(5, $post, 1); # 1 is publishI wanted to interact via the command line to a wordpress blog's xmlrpc.php file. Bascially this is interaction with xmlrpc.php as client. This module is not meant for speed, it is meant for convenience. Requirements: · Perl


WordPress::XMLRPC Related Software