Skip to content

Commit 4836f82

Browse files
committed
updating docs
1 parent daf048e commit 4836f82

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/api.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ Allows the user to make GET calls to endpoints on Helix. Requires a logged in to
2929

3030
**Flags**
3131

32-
| Flag | Shorthand | Description | Example | Required? (Y/N) |
33-
|------------------|-----------|---------------------------------------------------------------------------------------------------------------|----------------------|-----------------|
34-
| `--query-param` | `-q` | Query parameters for the endpoint in `key=value` format. Multiple can be entered to give multiple parameters. | `get -q login=ninja` | N |
35-
| `--unformatted` | `-u` | Whether to return unformatted responses. Default is `false`. | `get -u` | N |
32+
| Flag | Shorthand | Description | Example | Required? (Y/N) |
33+
|------------------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------|-----------------|
34+
| `--query-param` | `-q` | Query parameters for the endpoint in `key=value` format. Multiple can be entered to give multiple parameters. | `get -q login=ninja` | N |
35+
| `--unformatted` | `-u` | Whether to return unformatted responses. Default is `false`. | `get -u` | N |
36+
| `--autopaginate` | `-P` | Whether to autopaginate the response from Twitch **WARNING** This flag can cause extremely large payloads and cause issues with some terminals. Default is `false`. | `get -P` | N |
3637

3738
**Examples**
3839

0 commit comments

Comments
 (0)