summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-05-05 13:25:40 +0100
committerSadie Powell <sadie@witchery.services>2025-05-05 13:25:40 +0100
commit1321f4f0711b8d0fc799f3d0ea114984083a2c11 (patch)
tree58b9e4e86342a2a61eb1792161471a18ce571d5c /data
parent4319b6428fc51063ba9e0ee5587ec617ae85cd32 (diff)
Add an example Ruby JSON-RPC client.
Diffstat (limited to 'data')
-rw-r--r--data/modules.example.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf
index d503d771f..c317cd6cf 100644
--- a/data/modules.example.conf
+++ b/data/modules.example.conf
@@ -802,6 +802,7 @@ module
* rpc_data which actually provides RPC methods.
*
* See docs/RPC/jsonrpc.js for an example JavaScript JSON-RPC client.
+ * See docs/RPC/jsonrpc.rb for an example Ruby JSON-RPC client.
*
* IMPORTANT: this can not be loaded at the same time as the xmlrpc module.
*/