DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:xmlrpc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devel:xmlrpc [2023-11-28 14:52] andidevel:xmlrpc [2024-01-31 23:57] (current) – [Adding methods to the XML-RPC API] Klap-in
Line 1: Line 1:
 ====== XML-RPC ====== ====== XML-RPC ======
  
-DokuWiki has a [[wp>XML-RPC]] API which can be used to access/interact with your wiki from other applications. The API implements the [[http://www.jspwiki.org/wiki/WikiRPCInterface2|Wiki RPC Interface 2.0 Specifications]] ([[https://web.archive.org/web/20130526043929/http://www.jspwiki.org/wiki/WikiRPCInterface2|web.archive.org]]) in the ''wiki.*'' namespace and adds additional DokuWiki specific calls in the ''dokuwiki.*'' namespace. See [[custom_webservices|web services]] for some general notes about DokuWikis possibilities.+XML-RPC is one of the available protocols to access DokuWiki's [[Remote API]]. 
 + 
 + 
 +The API implements the [[http://www.jspwiki.org/wiki/WikiRPCInterface2|Wiki RPC Interface 2.0 Specifications]] ([[https://web.archive.org/web/20130526043929/http://www.jspwiki.org/wiki/WikiRPCInterface2|web.archive.org]]) in the ''wiki.*'' namespace and adds additional DokuWiki specific calls in the ''dokuwiki.*'' namespace. 
  
 Plugins can add their own calls to the API using [[devel:remote_plugins|Remote Plugin components]]. Plugins can add their own calls to the API using [[devel:remote_plugins|Remote Plugin components]].
Line 392: Line 395:
 ---- pluginquery ----- ---- pluginquery -----
 SELECT: name, description SELECT: name, description
-WHERE:  (type > ? AND type < ?) and (compatible LIKE ? OR compatible LIKE ? OR compatible = ?) +WHERE:  (type > ? AND type < ?) and (bestcompatible LIKE ? OR bestcompatible LIKE ? OR compatible = ?) 
-VALUES: 63, 128, %Hogfather%%Greebo%, (bundled)+VALUES: 63, 128, @DATEMOSTRECENT@@DATESECONDMOSTRECENT@, (bundled) 
 +headline: Remote plugins compatible with last two releases
 ----- -----
  
devel/xmlrpc.1701179521.txt.gz · Last modified: 2023-11-28 14:52 by andi

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki