add standings to list

This commit is contained in:
filifa 2024-07-28 21:45:13 -05:00
parent 75f0d7652e
commit 3eb0271f39
1 changed files with 6 additions and 5 deletions

View File

@ -8,9 +8,10 @@ GitHub user toddrob99 for this resource).
## Usage
mlblive provides sub-commands to query a subset of the Stats API endpoints. As
of the time of writing, the sub-commands are:
* `mlblive content` (accesses the `/content` endpoint)
* `mlblive feed` (accesses the `/feed/live` endpoint)
* `mlblive schedule` (accesses the `/schedule` endpoint)
* `mlblive content` (accesses the `game_content` endpoint)
* `mlblive feed` (accesses the `game` endpoint)
* `mlblive schedule` (accesses the `schedule` endpoint)
* `mlblive standings` (accesses the `standings` endpoint)
* `mlblive subscribe` (accesses the game WebSocket endpoint)
Each sub-command outputs the raw JSON response from the API. This can then be
@ -29,8 +30,8 @@ functionality as needed.
### subscribe sub-command
`mlblive subscribe` provides an efficient way to obtain live data on active MLB
games. Supply the game's PK (which can be retrieved with `mlblive schedule`) to
receive updates as they happen, without needing to blindly query the
`/feed/live` endpoint.
receive updates as they happen, without needing to blindly query the `game`
endpoint.
## Disclaimer
This program and its author are not affiliated with MLB. Content supplied by