开发者

Joomla and XMLRPC

开发者 https://www.devze.com 2022-12-11 07:06 出处:网络
How do I get started with getting going with XML-RPC with joomla? I\'开发者_JS百科ve been looking around for documentation and finding nothing...

How do I get started with getting going with XML-RPC with joomla? I'开发者_JS百科ve been looking around for documentation and finding nothing...

I'd like to connect to a joomla server, (after enabling the Core Joomla XML-RPC plugin), and be able to do things like login and add an article, and tweak all the parameters of the article if possible.

My xml-rpc client implementation will be in python.


the book "Mastering Joomla 1.5 Extension and Framework Development" has a nice explanation of that.

Joomla has a fex XML-RPC plugins that let you do a few things, like the blogger API interface. (plugins/xmlrpc/blogger.php)

You should create your own XML-RPC plugin to do the custom things you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消