TwitchLib.Api icon indicating copy to clipboard operation
TwitchLib.Api copied to clipboard

API component of TwitchLib.

Results 27 TwitchLib.Api issues
Sort by recently updated
recently updated
newest added

Resolve some inconsistency: - move `StartCommercial` (`channels/commercial`) from `Ads.cs` to `Channels.cs` - remove `Ads.cs`

Added return string as quick fix.

[ClipMonitorService.zip](https://github.com/TwitchLib/TwitchLib.Api/files/13996934/ClipMonitorService.zip) [Updated_ClipMonitorService.zip](https://github.com/TwitchLib/TwitchLib.Api/files/14235037/Updated_ClipMonitorService.zip) I've added a Channel Clip Service. Also, was able to make ApiService et al classes generic (as I noticed name/id monitors for each Follower/LiveStream services). Please let me...

As specified [in the original API Reference](https://dev.twitch.tv/docs/api/reference/#get-broadcaster-subscriptions), the [GetBroadcasterSubscriptionsAsync method](https://github.com/TwitchLib/TwitchLib.Api/blob/8e57e964e6c1030378da16ab1b2c34f06d245a1e/TwitchLib.Api.Helix/Subscriptions.cs#L86) should have the userId parameter.

![image](https://github.com/TwitchLib/TwitchLib.Api/assets/115675702/8ad43a50-d14c-4a30-a5b1-70fce0cf5f77) When I call GetChannelFollowersAsync(), using the right broadcaster ID with a token with the correct auths, I get an empty list for Data, an empty string under Pagination, but...

I feel like I'm going insane. In order to get a list of chatters and their user info (such as creation date, to filter out bots during a follower hate...

See https://github.com/devlooped/moq/issues/1372 for the reason why

Uses EmbedIO (MIT License) as an embedded web server to receive access token call backs for interactive scope authorizations. Adds support for refresh tokens so that applications can use User...

As noted in the title. The TwitchAPI creates a handler `http`, which should be disposed of for short lived TwitchAPI uses.