Joomla and XMLRPC(Joomla 和 XMLRPC)
问题描述
如何开始使用 joomla 进行 XML-RPC?我一直在四处寻找文档,但一无所获...</p>
我想连接到 joomla 服务器(在启用 Core Joomla XML-RPC 插件后),并且能够执行诸如登录和添加文章之类的操作,并在可能的情况下调整文章的所有参数.
我的 xml-rpc 客户端实现将使用 python.
Mastering Joomla 1.5 Extension and Framework Development"一书对此有很好的解释.
Joomla 有一个 fex XML-RPC 插件,可以让你做一些事情,比如博客 API 接口.(插件/xmlrpc/blogger.php)
您应该创建自己的 XML-RPC 插件来执行您想要的自定义操作.
How do I get started with getting going with XML-RPC with joomla? I'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.
这篇关于Joomla 和 XMLRPC的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!