Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 805 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 805 Bytes

CSharp-Helix-API-Helper

What's in this

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.

Dependencies

How to use

  • 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