META

ping

Query: ping

Checks if the Daemon is running, and gets its version and current user information.

Reply

JSON

{
    "accepted": true,
    "query": "ping",
    "success": true,
    "message": "Hi, this is the Ramses Daemon.",
    "content": {
        "version": "1.0.0",
        "ramses": "Ramses",
        "userUuid": "unique-uid"
    }
}

Details

The Daemon replies with its version and information about the current user.