init

Initialize the client on the server.

{
    "method": "init",
    "path": <path>,
}
  • path is the project directory to sync.
Example response
{
    "method": "init",
    "message": <string>,
    "status": "success",
}

Last modified September 13, 2024: docs (076b384)