aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/reference/webapi.rst
diff options
context:
space:
mode:
authorLibravatarDaniel Baumann <daniel@debian.org>2025-02-17 07:41:18 +0100
committerLibravatarDaniel Baumann <daniel@debian.org>2025-02-17 07:41:18 +0100
commit0851c49e02a321c7d688b6542a90ff8a71f498c8 (patch)
tree67d787608695391e5edc2eb245b3943302ba1734 /docs/source/reference/webapi.rst
parent4e4bfe759938fe0e17da559edfeee7b73969daf3 (diff)
Merging upstream version 2.1.2~dev0+20230529.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'docs/source/reference/webapi.rst')
-rw-r--r--docs/source/reference/webapi.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/source/reference/webapi.rst b/docs/source/reference/webapi.rst
new file mode 100644
index 0000000..56aadfc
--- /dev/null
+++ b/docs/source/reference/webapi.rst
@@ -0,0 +1,17 @@
+Deluge Web JSON-RPC API
+=======================
+
+* Spec: `JSON-RPC v1 <https://www.jsonrpc.org/specification_v1>`_
+* URL: ``/json``
+* :doc:`api`
+
+
+.. autoclass:: deluge.ui.web.json_api.WebApi
+ :members:
+ :exported:
+ :noindex:
+
+.. autoclass:: deluge.ui.web.json_api.WebUtils
+ :members:
+ :exported:
+ :noindex: