WS game-state URI

This commit is contained in:
Eden Kirin
2023-03-25 16:14:05 +01:00
parent 245dc75211
commit 8bc8a37edd
3 changed files with 9 additions and 15 deletions

View File

@ -253,17 +253,10 @@ Response body:
### WS Data format
- json
General data format:
```json
{
"command": "command",
"data": {}
}
```
### Game info structure
### Game state structure
Command: `gameInfo`
URI: `/game-state`
Data:
```json