ai generated solutions to our ai generated problems

This commit is contained in:
Heidi
2026-06-19 23:33:01 +01:00
parent 6745a2ff81
commit 9263d6f8eb
4 changed files with 278 additions and 1 deletions
+2
View File
@@ -15,11 +15,13 @@ It currently exposes:
- `GET /health`
- `GET /api/tss/leaderboard/teams?limit=100`
- `GET /api/tss/leaderboard/players?limit=100`
- `GET /api/tss/teams/resolve?name=...`
- `GET /api/tss/teams/search?q=...&limit=10`
- `GET /api/tss/teams/:team`
- `GET /api/tss/teams/:team/history`
- `GET /api/tss/teams/:team/games`
- `GET /api/tss/player/:uid`
## Local development