michidk / TwitchCSharp

Twitch C# Wrapper for the Twitch v3 REST API
Apache License 2.0
43 stars 12 forks source link

ClientID required for all TwitchClients #4

Closed jerotire closed 8 years ago

jerotire commented 8 years ago

Twitch API calls to Kraken will require a Client-ID to be submitted with every request.

Read more here: https://blog.twitch.tv/client-id-required-for-kraken-api-calls-afbb8e95f843

This commit ensures a Client ID is specified for both the TwitchReadOnlyClient and TwitchAuthenticatedClient.

michidk commented 8 years ago

Thanks!