<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in jsonrpc.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>f0319d45caf727273bcf114058d27225d1ae911a - Merge pull request #4113 from dokuwiki/jsonrpc-conformity</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/jsonrpc.php#f0319d45caf727273bcf114058d27225d1ae911a</link>
        <description>Merge pull request #4113 from dokuwiki/jsonrpc-conformityJSONRPC Standards

            List of files:
            /dokuwiki/lib/exe/jsonrpc.php</description>
        <pubDate>Wed, 29 Nov 2023 15:09:34 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>6f8e03f5bc790d26e1215349cea98d5a73654139 - implement support for JSON-RPC 1.0, 1.1 and 2.0</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/jsonrpc.php#6f8e03f5bc790d26e1215349cea98d5a73654139</link>
        <description>implement support for JSON-RPC 1.0, 1.1 and 2.0This implements the slightly more standardized JSON-RPC standard as analternative to my home-grown version. The same server handled all formatsincluding my own simpler variant.

            List of files:
            /dokuwiki/lib/exe/jsonrpc.php</description>
        <pubDate>Tue, 28 Nov 2023 15:47:44 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>cf927d07914d82d58a7663afc5d95be13e10f1a3 - &#55358;&#56598; Rector and PHPCS fixes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/jsonrpc.php#cf927d07914d82d58a7663afc5d95be13e10f1a3</link>
        <description>&#55358;&#56598; Rector and PHPCS fixes

            List of files:
            /dokuwiki/lib/exe/jsonrpc.php</description>
        <pubDate>Tue, 28 Nov 2023 13:37:14 +0000</pubDate>
        <dc:creator>splitbrain &lt;splitbrain@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>f657e5d050d6b1d1cb1ea1c656f5aec61f5067de - Add JSON based alternative to XMLRPC</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/jsonrpc.php#f657e5d050d6b1d1cb1ea1c656f5aec61f5067de</link>
        <description>Add JSON based alternative to XMLRPCXMLRPC is a rather outdated and old-fashioned protocol not much in useanymore. Developers prefer simpler, JSON based APIs.This adds a new &quot;JSONRPC&quot; API. Basically it exposes exactly the samemethod calls as the XMLRPC API but using JSON instead of XML. It&apos;s not aclassical REST API, but should be just as easy to use for developers.Here is an example call using CURL:  curl http://localhost/dokuwiki/lib/exe/jsonrpc.phs \     -H &apos;Content-Type: application/json&apos; \     -H &quot;Authorization: Bearer $token&quot; \     -d &apos;[&quot;wiki&quot;]&apos;Please note that the above uses the token auth implemented in #2432.Authentication via basic auth or cookies would work as well.

            List of files:
            /dokuwiki/lib/exe/jsonrpc.php</description>
        <pubDate>Thu, 27 Apr 2023 06:15:37 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
