{% extends "base.html" %} {% load markup %} {% load i18n %} {% block title %} | {% trans "XML-RPC API" %} {% endblock %} {% block breadcrumbs %}
Available methods:
This URL is an XML-RPC server. You can interact with it using any XML-RPC client. For example, in python you can do this:
import xmlrpclib server = xmlrpclib.ServerProxy("{{ dashboard_url }}{% url xml-rpc %}") print server.version()
The rest of this page is an automatically generated documentation of the available functions.