nicklaw5 / twitch-api-php

A Twitch API client for PHP.
https://packagist.org/packages/nicklaw5/twitch-api-php
MIT License
116 stars 48 forks source link

Webhooks support #13

Closed echosa closed 6 years ago

echosa commented 6 years ago

Are there any plans to add calling into webhooks from this API?

https://dev.twitch.tv/docs/api/webhooks-guide

nicklaw5 commented 6 years ago

The library's current state only caters to Twitch's v3 & v5 APIs. Twitch's webhook implementation has only been introduced by their newest API, Helix. I am hoping to make a start on the Helix integration in the near future (see #11). That will likely happen once I'm finished on my Go implementation of the Helix API.

echosa commented 6 years ago

Awesome, thanks! I'll keep an eye out. 👍 Free free to close this if it duplicates #11, or keep it open if it acts as a separate effort.