-
https://dev.twitch.tv/docs/api/reference/#send-chat-message
_Send Chat Message
NEW Sends a message to the broadcaster’s chat room._
Reviewing:
https://github.com/TwitchLib/TwitchLib.Api/tree/dev…
-
I'm trying to use Twitch CLI and utilize its websocket mock server.
The websocket server is hosted on ws://127.0.0.1:8080/ws
And I need to send subscriptions to http://127.0.0.1:8080/eventsub/subsc…
-
**Brief description**
As stated in the API documentation, the value "next_ad_at" should return a timestamp in RFC3339 format. Instead, a time in seconds after 1970 is output:
{
"data": [
{
…
-
Context:
Library version `2.30`
Transport method: `websocket`
Description:
The `helixClient.CreateEventSubSubscription` does not work anymore. It used to work fine last week (early September 202…
-
Need to update network API calls for Twitch's Helix API.
V5 kraken was decommissioned on February 28, 2022
-
If you use any example in a blank fresh project all i get is errors. Yes you can run the example but only when you are in the project. Try creating a new blank rust projekt, then add for example the c…
-
**Brief description**
POST: https://api.twitch.tv/helix/extensions/chat?broadcaster_id=29734255345
A 404 occurs if you put in a bunk broadcasterId that does not exist. Should return a 401 stating a…
-
**Brief description**
Around 12:30 PT on 2020-04-17 I began seeing errors with pagination on the Helix Streams endpoint. Here is the response: Body: {"error":"Bad Request","status":400,"message":"inv…
-
The Twitch API returns the user who owns the bearer token when no arguments are provided to `https://api.twitch.tv/helix/users`.
> If neither a user ID nor a login name is specified, the user is lo…
-
**Brief description**
Using app token, it can fetch any stream for any user_id.
When using the token of a specified user (let's call it A), and putting the same user (A) as user_id , it sends me …