Commit b7e688e
docs(api)!: drop game_state from EV/arb/low-hold reference (#195)
Live game state (scores, period, clock) is exclusive to /api/v1/gamestate
and the gamestate stream channel. Remove the game_state row from sample
payloads + schema tables on the EV, arbitrage, and low-hold reference
pages, and add a breaking-change callout pointing readers at gamestate.
BREAKING CHANGE: clients that read game_state off opportunity rows must
fetch /api/v1/gamestate (or subscribe to /api/v1/stream/gamestate) and
join by event_id.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent db8c259 commit b7e688e
3 files changed
Lines changed: 12 additions & 3 deletions
File tree
- content/en/api-reference
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
113 | | - | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
237 | 240 | | |
238 | 241 | | |
239 | 242 | | |
240 | | - | |
241 | 243 | | |
242 | 244 | | |
243 | 245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
108 | 112 | | |
109 | 113 | | |
110 | 114 | | |
111 | | - | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
| |||
0 commit comments