This is a small project to act as CUP Server that provides automatic update information for Content Manager.
Gives a list of all available cars, tracks, etc. mapped to their version. The structure of the API is the same for all types, so this doc will be generic.
{
"car": {
"car_name": "1.0"
},
"track": {}
"luaapp": {}
"app": {}
"filter": {}
}
{
"name": "",
"author": "",
"informationUrl": "",
"version": "1.0",
"active": true,
"cleanInstallation": false
}