Skip to content

1.ide_list_projects

Get python IDE project interface: Get all the project information of python IDE.

Message:

json
{
    "cmd": "ide_list_projects",
    "data": {
        "version":"lite6",
        "user_Id":"test"
    },
    "id": "1"
}

Request:

datatypeRequired filedDescroption
versionstringyesLite6 passes “lite6”, other types pass null.
user_IdstringyesDefault pass test

Respons:

code=0->Success
code!=0->false,-22 is that the query project path is a file not a folder; -12 is that the project path does not exist.