Twitch has changed the accessibility of many of their endpoints, thus no longer allowing simply using the client-id for the ones used in the application.
The TwitchAPI class has to be adjusted to include the Auth header in requests and to initiate auth token creation.
[x] Adjust buildConnection method to include auth header.
Twitch has changed the accessibility of many of their endpoints, thus no longer allowing simply using the client-id for the ones used in the application.
The TwitchAPI class has to be adjusted to include the Auth header in requests and to initiate auth token creation.