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 EventSub webhook revocation #203

Closed Dkamps18 closed 1 year ago

Dkamps18 commented 1 year ago

Somehow the revocation message type is missing. Would be nice if we can test the handling of those too! https://dev.twitch.tv/docs/eventsub/handling-webhook-events#revoking-your-subscription

Xemdo commented 1 year ago

Added in #169 as --subscription-status flag on twitch event trigger. However I'm leaving this open as an improvement request, since it should be moved to its own command, similar to twitch event verify

Xemdo commented 1 year ago

Debated over this when implementing #217 and decided the current system works best. Given the need to send over multiple transports (webhook, websocket) it wouldn't fit well. May re-evaluate in the future.