-
Notifications
You must be signed in to change notification settings - Fork 0
Home
RokuHodo edited this page Jun 16, 2024
·
18 revisions
TwitchNet is a general use library for all of the client sided Twitch development tools, written for the C# .NET Framework. The emphasis of this library will be on the client side, with some support given to the server side. This includes complete functionality for the new Helix API, IRC (chat), and PubSub. The library will also include limited utility functions for more server sided features such as WebHooks, Extensions, and Drops. Priority will be given to the client sided features first, and then limited server sided functionality will be added at a later date.
Feature | Status | Notes |
---|---|---|
Helix API | Implemented | All endpoints are implemented as of 2019/11/06. |
IRC | Implemented | All core/documented IRC functionality is implemented as of 2019/11/06 |
PubSub | Not Started | On deck. |
WebHooks | Not Started | TBA |
Extensions | Not Started | TBA |
Drops | Not Started | TBA |
- Language: C#
- Framework: 4.6.2
- Environment: Visual Studio (Community)
Hi I'm Roku. I’m a third party developer who codes as a hobby in my spare time.