Closed prologic closed 9 years ago
Right now the /api endpoint is actually JSON-RPC to support the use of jquery.terminal that we use for the web plugin.
/api
Add support for a more generic approach to the Web API such that the following can be made to work:
$ curl -q -o - -u admin -d 'uptime' -X POST http://kdb.vz1.bne.shortcircuit.net.au/api
Right now the
/api
endpoint is actually JSON-RPC to support the use of jquery.terminal that we use for the web plugin.Add support for a more generic approach to the Web API such that the following can be made to work: