TwitchLib / TwitchLib.Api

API component of TwitchLib.
70 stars 85 forks source link

Get Channel Followers #369

Closed da66en closed 1 year ago

da66en commented 1 year ago

GetUsersFollowsAsync() is using an endpoint that has been removed.

They have added https://api.twitch.tv/helix/channels/followers as a replacement.

I don't see this being used in the API?

https://dev.twitch.tv/docs/api/reference/#get-channel-followers

iProdigy commented 1 year ago

The replacement, GetChannelFollowersAsync, is already implemented: https://github.com/TwitchLib/TwitchLib.Api/blob/8e57e964e6c1030378da16ab1b2c34f06d245a1e/TwitchLib.Api.Helix/Channels.cs#L256

da66en commented 1 year ago

Thanks - you're right, I was looking in the wrong spot. Closing this.