DATA
)Project informations
projectInfo
::=
{
"id"
:
$project
,"name"
:
string ,"current"
:
boolean}
GET
)Returns the list of all projects
input
::=
null
output
::=
projectInfo
[]
SET
)Create a new project
input
::=
string
output
::=
projectInfo