twitchdev / twitch-cli

The official Twitch CLI to make developing on Twitch easier.
Apache License 2.0
604 stars 71 forks source link

[Feature Request] Add verbose information to "twitch api" #261

Closed Xemdo closed 1 year ago

Xemdo commented 1 year ago

Tell us about your feature request

twitch api commands should have a -v flag that prints verbose information about the call, such as what the response code was, what the headers were, and other things that are useful in curl when debugging issues with API calls.

Disclaimer