Initialization

Initialize the client on the server.

{
    "method": "init",
    "path": "{/path/to/your/project/}",
}
  • path is the project directory to sync.
Example response
{
    "method": "init",
    "message": "Done initialized [{/path/to/your/project/}]",
    "status": "success",
}

Last modified August 27, 2024: status (37a7a45)