add standings to list
This commit is contained in:
parent
75f0d7652e
commit
3eb0271f39
11
README.md
11
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue