Hi there!
Is there a way to access the info from this endpoint https://api.twitch.tv/kraken/streams/ each time something is changed as opposed to making a request every x minutes (ex: with setInterval())? A way to make the server push the info to our app or something…
Otherwise, what ways to use this endpoint for updating a stream status (online/offline) in “real-time” would be? (except javascript’s setInterval() )
Or is there any other way to get a stream status in real time using Twitch API?
Thanks!
Irina