core.getSystemInfo

Overview

Gets an object with information about this Hadouken instance. It contains the Git commitish and branch, libtorrent version and Hadouken version.

Example

{
  "method": "core.getSystemInfo",
  "params": []
}

Returns,

{
  "commitish": "e51736c",
  "branch": "develop",
  "versions":
  {
    "libtorrent": "1.0.5.0",
    "hadouken": "5.0.0"
  }
}