dasos
Results
2
comments of
dasos
Wouldn't it be easier to the JSON-RPC interface? You basically send CLI commands to the LMS interface at http:///jsonrpc.js. That would be much easier to proxy, since it is HTTP...
I've found it much faster and more reliable. I'm not aware that you can send multiple commands per request, but I've never needed to. Sending ```{ "id": 1, "method": "slim.request",...