nicklaw5 / helix

A Twitch Helix API client written in Go.
MIT License
240 stars 91 forks source link

WebSub webhooks being deprecated #99

Closed jackmcguire1 closed 1 year ago

jackmcguire1 commented 3 years ago

Twitch are deprecating their websub-based webhook functionality, in favour of their EventSub API.

need to work towards refactoring webhooks.go to support EventSub

Scorfly commented 3 years ago

Event sub are handle in a seperate way

Twitch API has tree endpoints:

Those endpoints are already impleted and documented :

Is there more needs ?

jackmcguire1 commented 3 years ago

Adding support for Extension Bits Creations https://github.com/nicklaw5/helix/pull/107

jackmcguire1 commented 2 years ago

added support to paginate through event subs https://github.com/nicklaw5/helix/pull/112

jackmcguire1 commented 1 year ago

event subs supported