You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conduit event and transport method features are now generally available. See, Handling Conduit Events.
Updated Create EventSub Subscription to include examples for all three supported transport methods types:
-- webhook
-- websocket
-- conduit
Added the following Twitch API endpoints and EventSub subscription types:
-- Twitch API:
--- Create Conduits - Creates a new conduit.
--- Get Conduits - Retrieves the conduits for a client ID.
--- Update Conduits - Updates a conduit’s shard count.
--- Delete Conduit - Deletes a conduit.
--- Get Conduit Shards - Lists all shards for a conduit.
--- Update Conduit Shards - Updates shard(s) for a conduit.
-- EventSub subscription types:
--- conduit.shard.disabled - Sends a notification when EventSub disables a shard due to the status of the underlying transport changing.
The text was updated successfully, but these errors were encountered:
Twitch yet again updated the existing endpoints: https://dev.twitch.tv/docs/change-log/
The following part is still open:
Conduits
Conduit event and transport method features are now generally available. See, Handling Conduit Events.
Updated Create EventSub Subscription to include examples for all three supported transport methods types:
-- webhook
-- websocket
-- conduit
Added the following Twitch API endpoints and EventSub subscription types:
-- Twitch API:
--- Create Conduits - Creates a new conduit.
--- Get Conduits - Retrieves the conduits for a client ID.
--- Update Conduits - Updates a conduit’s shard count.
--- Delete Conduit - Deletes a conduit.
--- Get Conduit Shards - Lists all shards for a conduit.
--- Update Conduit Shards - Updates shard(s) for a conduit.
-- EventSub subscription types:
--- conduit.shard.disabled - Sends a notification when EventSub disables a shard due to the status of the underlying transport changing.
The text was updated successfully, but these errors were encountered: