Sign Up

Info

GET/user-home-dir

Get the current user home directory path.

Response Body

application/json

curl -X GET "https://example.com/user-home-dir"
{  "dir": "string"}
GET/version

Get the current daemon version

Response Body

application/json

curl -X GET "https://example.com/version"
{  "property1": "string",  "property2": "string"}
GET/work-dir

Get the current working directory path. This is default directory used for running commands.

Response Body

application/json

curl -X GET "https://example.com/work-dir"
{  "dir": "string"}