We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heat/js/heat.js
Line 55 in 3c086f1
const url = https://api.twitch.tv/kraken/users/${id};
https://api.twitch.tv/kraken/users/${id}
Ref: Twitch Legacy (Kraken) Shutdown Feb '22
Changing to helix's "Get Users" will fix this but will also potentially requiring parsing of the result Ref Twitch Docs: "Get Users"
The text was updated successfully, but these errors were encountered:
I wanted to use ID's but I guess I'll wait until we know what will happen after the shutdown.
Sorry, something went wrong.
No branches or pull requests
Heat/js/heat.js
Line 55 in 3c086f1
const url =
https://api.twitch.tv/kraken/users/${id}
;Ref: Twitch Legacy (Kraken) Shutdown Feb '22
Changing to helix's "Get Users" will fix this but will also potentially requiring parsing of the result
Ref Twitch Docs: "Get Users"
The text was updated successfully, but these errors were encountered: