victorwrotethis / streamer-endpoints

Rest endpoints meant for usage with nightbot in twitch
MIT License
0 stars 1 forks source link

Create Twitch OAuth credentials retrieval service #4

Closed victorwrotethis closed 4 years ago

victorwrotethis commented 4 years ago

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.