romanzipp / Laravel-Twitch

Twitch Helix API PHP Wrapper for Laravel
https://packagist.org/packages/romanzipp/laravel-twitch
MIT License
108 stars 18 forks source link

Webhooks no longer available #125

Closed Katzen48 closed 2 years ago

Katzen48 commented 2 years ago

EventSub replaced the Webhooks system. The endpoints in the /webhooks namespace are no longer available.

It may be good, to remove them from the lib.

romanzipp commented 2 years ago

I've added a deprecation warning since removing those methods would require a major version bump. Would be good to combine this with #127