API Packet #3: Project List - mschnitzer/dapsenv GitHub Wiki

With this packet id, you'll get a list of a all projects what are covered by the daemon. The list will be generated from all projects what are defined in the autobuild config.

Example Request

{ "id": 3 }

Example Response

{
   "id":3,
   "projects":{
      "project_name":[
         "a",
         "list",
         "of",
         "all",
         "dc",
         "files"
      ]
   }
}