diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-04 14:42:46 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-04 14:45:00 +0100 |
commit | e1f6d0ca167964223ca25615a8554d52c8345415 (patch) | |
tree | 40ae8bfdf376579e861aa05e1ded345f3a0fc87c /data | |
parent | bb9074cbd585ca1b595b7520b5bf38c4619eed62 (diff) |
Document the existence of the example JSON-RPC client.
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 243f77e09..d503d771f 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -801,6 +801,8 @@ module * By itself this module does nothing. You should load a RPC method module like * rpc_data which actually provides RPC methods. * + * See docs/RPC/jsonrpc.js for an example JavaScript JSON-RPC client. + * * IMPORTANT: this can not be loaded at the same time as the xmlrpc module. */ #module |