Skip to content

Commit 7f2ac2e

Browse files
committed
Updated documentation for new 'twitch api' -v flag
1 parent 2404139 commit 7f2ac2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Allows the user to make GET calls to endpoints on Helix. Requires a logged in to
3737
| `--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 |
3838
| `--unformatted` | `-u` | Whether to return unformatted responses. Default is `false`. | `get -u` | N |
3939
| `--autopaginate` | `-P` | Whether to autopaginate the response from Twitch, and optionally the number of pages to limit. **WARNING** This flag can cause extremely large payloads and cause issues with some terminals. Default is to not autopaginate, however if provided, the default is gets all responses. | `get -P=10` | N |
40+
| `--verbose` | `-v` | Whether to display HTTP request and header information above the response of the API call. | `get -v` | N |
4041

4142
**Examples**
4243

0 commit comments

Comments
 (0)