You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ Allows the user to make GET calls to endpoints on Helix. Requires a logged in to
37
37
|`--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 |
38
38
|`--unformatted`|`-u`| Whether to return unformatted responses. Default is `false`. |`get -u`| N |
39
39
|`--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 |
0 commit comments