twitchdev / pubsub-javascript-sample

Apache License 2.0
44 stars 25 forks source link

Update Twitch API #2

Open hayesmaker opened 4 years ago

hayesmaker commented 4 years ago

Isn't Twitch deprecating Kraken, shouldn't this be using the new Twitch api?

ickybodclay commented 3 years ago

@hayesmaker According to migration document, you can still use kraken endpoint, you just have to explicitly specific v5: https://dev.twitch.tv/docs/v5#requests

I don't think this repo has anyone looking after it unfortunately, but If you check my PR #4, I've fixed this issue.

Update: it looks like v5 is now deprecated as well, I will look to update to use "Get Users" helix endpoint.