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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Joomla 和 XMLRPC


基础教程推荐
- 在Python中从Azure BLOB存储中读取文件 2022-01-01
- Plotly:如何设置绘图图形的样式,使其不显示缺失日期的间隙? 2022-01-01
- 修改列表中的数据帧不起作用 2022-01-01
- PANDA VALUE_COUNTS包含GROUP BY之前的所有值 2022-01-01
- 求两个直方图的卷积 2022-01-01
- 使用大型矩阵时禁止 Pycharm 输出中的自动换行符 2022-01-01
- 包装空间模型 2022-01-01
- 无法导入 Pytorch [WinError 126] 找不到指定的模块 2022-01-01
- PermissionError: pip 从 8.1.1 升级到 8.1.2 2022-01-01
- 在同一图形上绘制Bokeh的烛台和音量条 2022-01-01