dnsge / twitch-eventsub-framework

A small framework for creating Twitch EventSub applications
MIT License
3 stars 2 forks source link

Add version support #3

Closed Satont closed 1 year ago

Satont commented 1 year ago

Some eventsub types have version, and some of versions can be deprecrated and unavailable for subscribe, for example follow: https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelfollow

We should care about version in subscribe request.

I can do PR later, but not sure when.