Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (10 loc) · 902 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 902 Bytes

TwitchAPIWrapper

Build status NuGet version

Kanban: Stories in Ready

A C# Wrapper of the TwitchTV API.

To install TwitchAPIWrapper, run the following command in the NuGet Package Manager Console

Install-Package TwitchAPIWrapper

In order to make using the Twitch API easier this wrapper provides objects that mirror the responses coming back from version 3 of the Twitch API. This is not a SDK. It provides no functionality other than just getting the data from Twitch.

An SDK will come when this is more mature.