Twitch-Channel-Status
Twitch-Channel-Status copied to clipboard
A library that makes it easy to display whether a Twitch channel is online or not
Is there a possibility to change the script to work with the actual API? > https://blog.twitch.tv/client-id-required-for-kraken-api-calls-afbb8e95f843#.mb57f5w8c So simply adding " headers: {"Client-ID": "yourclientidhere"}, " to the request don't work. >...
this only fixes the unminified version. for an overview of the core issue, see: https://blog.twitch.tv/client-id-required-for-kraken-api-calls-afbb8e95f843#.cxn9jkpgi the reason you can't just use a 'header' or 'beforeSend' to attach the Client-ID is...