This C# Helper class allows you to easily interact with Twitch's Helix API endpoints. Most Helix API endpoints are supported (as of 7/12/2019). Data models for Helix responses provided. Sample usage of interacting with the helper class.
- RestSharp Nuget package
- System.Web.Script.Serialization namespace
- .NET framework 4.0 or higher
- Download the HelixHelper.cs file
- Add the RestSharp Nuget package to your project
- Add a reference to the Web.Script.Serialization namespace in your project
- Use the HelixHelper class to interact with the Twitch Helix APIs as you please