Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Request and response shape for Darpan JSON-RPC calls.
{ "jsonrpc": "2.0", "id": 1, "method": "service.Name#Verb", "params": {} }
Content-Type: application/json X-CSRF-Token: <csrf-token>
{ "jsonrpc": "2.0", "id": 1, "result": { "ok": true } }
{ "jsonrpc": "2.0", "id": 1, "error": { "code": -32000, "message": "Service error" } }