fantasy-manager/store/Bundesliga/Bundesliga.json
Lukas Schaefer 33a307d19a
Some checks failed
Build / build (pull_request) Successful in 1m2s
Cypress / cypress (pull_request) Successful in 2m31s
Build / build (push) Successful in 1m11s
Cypress / cypress (push) Has been cancelled
First commit for moving git instances
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
2026-07-30 19:08:51 -04:00

17 lines
699 B
JSON

{
"id": "Bundesliga",
"version": "2.0.0",
"description": "This is for the German Bundesliga. Note getting the Bearer is done by MITM network requests from the Bundesliga Fantasy App and then copying the bearer header value.",
"files": [
"https://git.lschaefer.xyz/lukasdotcom/fantasy-manager/raw/branch/main/store/Bundesliga/index.ts",
"https://git.lschaefer.xyz/lukasdotcom/fantasy-manager/raw/branch/main/store/Bundesliga/clubs.d.ts",
"https://git.lschaefer.xyz/lukasdotcom/fantasy-manager/raw/branch/main/store/Bundesliga/players.d.ts"
],
"input": [
{
"variant": "string",
"name": "Bearer",
"description": "Should look like: 7d0e989e877"
}
]
}