Project Management

kernel.project.projectInfo (DATA)

Project informations

projectInfo ::= { "id" : $project , "name" : string , "current" : boolean }

kernel.project.getList (GET)

Returns the list of all projects

input ::= null

output ::= projectInfo []

kernel.project.create (SET)

Create a new project

input ::= string

output ::= projectInfo