image:https://img.shields.io/badge/git-repo-cba6f7?logo=git[link=https://git.vapor.systems/ac-cup-server.git] image:https://img.shields.io/badge/github-repo-blue?logo=github[link=https://github.com/maxaudron/ac-cup-server] image:https://img.shields.io/badge/gitlab-repo-orange?logo=github[link=https://gitlab.com/cocainefarm/ac-cup-server] = Assetto Corsa Content Manage Update Server This is a small project to act as https://github.com/ac-custom-shaders-patch/acc-extension-config/wiki/Unrelated-%E2%80%93-About-content-auto-updates-system-(CUP)[CUP] Server that provides automatic update information for Content Manager. == API === GET / 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": {} } === GET // { "name": "", "author": "", "informationUrl": "", "version": "1.0", "active": true, "cleanInstallation": false } === GET ///get HTTP 302 == Storage Data is stored in a single json file: { "car": { "": { "name": "", "author": "", "informationUrl": "", "version": "1.0", "active": true, "cleanInstallation": false, "downloadUrl": "" } } "track": {} "luaapp": {} "app": {} "filter": {} }