-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
Updates to get this library working with Twitch's New API #5
base: master
Are you sure you want to change the base?
Conversation
…original library has not been updated in several years.
Thanks for this I was just about to make these changes myself. |
Can this be merged? |
I second this - can plz merge? 👯 |
|
||
profile._raw = body; | ||
profile._json = json; | ||
|
||
console.log(json); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this log and merge this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove a console.log
Hi folks, nice, could it be merged? Update: I tried to use that PR but didn't work. I get an error I found that example that is working fine. |
In the years since this library was last updated Twitch has updated their API and the existing code no longer works as-is. This pull request is my implementation fixing that for the project I'm working on so it can be incorporated into this library as well.