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 编写 Fortran 无格式文件 2022-01-01
- 与常规 dict 相比,Python manager.dict() 非常慢 2022-01-01
- Discord.py 缺少必需的参数 2022-01-01
- 由Python将MP3转换为MIDI(类型错误:无法加载插件:mtg-Melodia:Melodia) 2022-01-01
- pyserial - 可以从线程 a 写入串行端口,是否阻塞从线程 b 读取? 2022-01-01
- 将 x 轴刻度更改为自定义字符串 2022-01-01
- 在 Celery 工作人员中捕获 Heroku SIGTERM 以优雅地关 2022-01-01
- 尝试制作WhatsApp机器人 2022-01-01
- numpy float:比算术运算中内置的慢 10 倍? 2022-01-01
- 使用生成器和迭代器时 Python 多循环失败 2022-01-01
