Joomla and XMLRPC

How do I get started with XML-RPC using joomla? I searched the documentation and found nothing ...

I would like to connect to the joomla server (after turning on the Core Joomla XML-RPC plugin) and be able to do things like login and add an article, and, if possible, change all the parameters of the article.

My xml-rpc client implementation will be in python.

+3
source share
1 answer

The book "Mastering the expansion and development of Joomla 1.5" has a pleasant explanation.

Joomla has XML-RPC plugins that let you do a few things, such as the blogger API. (Plugins / XMLRPC / blogger.php)

XML-RPC-, .

+3

Source: https://habr.com/ru/post/1722220/


All Articles