2018-02-17 17:18:58 +00:00
|
|
|
{
|
2018-02-17 18:01:17 +00:00
|
|
|
"GET": {
|
|
|
|
"des": "Returns the API documentation",
|
|
|
|
"per": [],
|
|
|
|
"par": {
|
|
|
|
"URL0": { "des": "Method name", "typ": "varchar(1,30)", "ren": "method_name", "opt": true, "def": null }
|
|
|
|
}
|
|
|
|
},
|
2018-02-17 17:18:58 +00:00
|
|
|
|
2018-02-17 18:01:17 +00:00
|
|
|
"release": {
|
|
|
|
|
|
|
|
"GET": {
|
|
|
|
|
|
|
|
"des": "Pulls project from git branch.",
|
|
|
|
"per": [["admin"]],
|
|
|
|
"par": {
|
|
|
|
"URL0": { "des": "Name of the project to release", "typ": "alphanumeric", "ren": "project", "opt": true, "def": "self" },
|
|
|
|
"URL1": { "des": "Step to run, if not given, all steps will be run", "typ": "id", "ren": "step", "opt": true }
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2018-02-20 00:31:19 +00:00
|
|
|
"Excel":{
|
|
|
|
"POST": {
|
|
|
|
"des": "Import data from an Excel file",
|
|
|
|
"per": [],
|
|
|
|
"par": {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2018-02-27 16:22:08 +00:00
|
|
|
"Professor":{
|
|
|
|
"Stats": {
|
|
|
|
"GET":{
|
|
|
|
"des": "Get statistics of the professor",
|
|
|
|
"per": [],
|
|
|
|
"par":{
|
|
|
|
"URL0": {"des" : "Id of the professor", "typ": "id", "ren": "idProf", "opt" : false}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2018-02-27 19:41:36 +00:00
|
|
|
"Formation": {
|
|
|
|
"GET":{
|
|
|
|
"des": "Get all data about a formation",
|
|
|
|
"per": [],
|
|
|
|
"par": {
|
|
|
|
"URL0":{"des" : "Id of the formation", "typ": "id", "ren": "idForm", "opt" : false}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2018-02-17 18:01:17 +00:00
|
|
|
"a": {
|
|
|
|
|
|
|
|
"b": {
|
2018-02-17 17:18:58 +00:00
|
|
|
|
2018-02-17 18:01:17 +00:00
|
|
|
"c": {
|
|
|
|
"PUT": {
|
|
|
|
"des": "PUT A/B/C.",
|
|
|
|
"per": [],
|
|
|
|
"par": {}
|
|
|
|
},
|
|
|
|
"DELETE": {
|
|
|
|
"des": "DELETE A/B/C.",
|
|
|
|
"per": [],
|
|
|
|
"par": {}
|
2018-02-17 17:18:58 +00:00
|
|
|
}
|
2018-02-17 18:01:17 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"PUT": {
|
|
|
|
"des": "PUT A/B.",
|
|
|
|
"per": [],
|
|
|
|
"par": {}
|
|
|
|
},
|
|
|
|
"DELETE": {
|
|
|
|
"des": "DELETE A/B.",
|
|
|
|
"per": [],
|
|
|
|
"par": {}
|
2018-02-17 17:18:58 +00:00
|
|
|
}
|
2018-02-17 18:01:17 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"GET": {
|
|
|
|
"des": "GET A.",
|
|
|
|
"per": [],
|
|
|
|
"par": {}
|
|
|
|
},
|
|
|
|
"POST": {
|
|
|
|
"des": "POST A.",
|
|
|
|
"per": [],
|
|
|
|
"par": {}
|
2018-02-17 17:18:58 +00:00
|
|
|
}
|
|
|
|
}
|
2018-02-17 18:01:17 +00:00
|
|
|
}
|