base¶
- 
base¶ - 
version¶ return HIE version
Example:
{ "params": {}, "cmd": "base:version" }
- 
plugins¶ list available plugins
Example:
{ "params": {}, "cmd": "base:plugins" }
- 
commands¶ list available commands for a given plugin
Example:
{ "params": { "plugin": { "text": "the plugin name" } }, "cmd": "base:commands" }
- 
commandDetail¶ list parameters required for a given command
Example:
{ "params": { "command": { "text": "the command name" }, "plugin": { "text": "the plugin name" } }, "cmd": "base:commandDetail" }
-