diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-05 13:25:40 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-05 13:25:40 +0100 |
commit | 1321f4f0711b8d0fc799f3d0ea114984083a2c11 (patch) | |
tree | 58b9e4e86342a2a61eb1792161471a18ce571d5c /data | |
parent | 4319b6428fc51063ba9e0ee5587ec617ae85cd32 (diff) |
Add an example Ruby JSON-RPC client.
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 1 |
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. */ |