improve twitch oauth resilience
This commit is contained in:
parent
accf60ed74
commit
a24fbfc96e
2 changed files with 47 additions and 45 deletions
|
|
@ -44,6 +44,9 @@ type (
|
|||
|
||||
type MessageType string
|
||||
const (
|
||||
BASE_URL string = "https://api.twitch.tv/helix"
|
||||
EVENTSUB_URL string = "wss://eventsub.wss.twitch.tv/ws"
|
||||
|
||||
SESSION_WELCOME MessageType = "session_welcome"
|
||||
SESSION_KEEPALIVE MessageType = "session_keepalive"
|
||||
NOTIFICATION MessageType = "notification"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue