twitch-bot/pkg/twitch
Knut Ahlers 7126f6d7b7
[eventsub] Switch to v2 follows topic
as Twitch changed the policy which applications can use the v1 endpoint

> Update (2023-02-23): The deprecated “Get Users Follows” API
> endpoint and channel.follow (v1) EventSub subscription type now
> have limited access to minimize usage in new development leading up
> to the August 3 decommission date. The API endpoint is accessible
> to client IDs that have made requests on or before February 17,
> 2023. The v1 EventSub subscription type is accessible to client IDs
> that had an active subscription on February 17, 2023.
> (https://discuss.dev.twitch.tv/t/follows-endpoints-and-eventsub-subscription-type-are-now-available-in-open-beta/43322)

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-22 00:24:07 +01:00
..
badges.go [core] Move storage to SQLite database (#30) 2022-09-10 13:39:07 +02:00
channels.go [commercial] Add commercial actor 2023-03-17 17:08:56 +01:00
chat.go [shoutout] Implement actor and slash-command for shoutout API 2023-01-20 12:13:59 +01:00
eventsub.go [eventsub] Switch to v2 follows topic 2023-03-22 00:24:07 +01:00
http.go [core] Move storage to SQLite database (#30) 2022-09-10 13:39:07 +02:00
moderation.go [shield] Add shield mode actor 2023-02-04 14:22:35 +01:00
scopes.go [eventsub] Add shoutout_received event 2023-02-11 23:10:16 +01:00
search.go [core] Extend API and replace deprecated chat commands (#34) 2022-10-25 18:47:30 +02:00
streams.go [core] Extend API and replace deprecated chat commands (#34) 2022-10-25 18:47:30 +02:00
twitch.go [core] Extend API and replace deprecated chat commands (#34) 2022-10-25 18:47:30 +02:00
twitchAPICache.go [core] Move storage to SQLite database (#30) 2022-09-10 13:39:07 +02:00
users.go [template] Add doesFollow and doesFollowLongerThan functions 2022-12-26 22:38:14 +01:00
whispers.go [core] Extend API and replace deprecated chat commands (#34) 2022-10-25 18:47:30 +02:00