853 results found
-
Incorrect documentation for Predictions The Predictions documentation has incorrect information listed for how the Top Predictors are defined. The documentation says the list contains a two-level class called "user" and all properties are below that (EX: "user.id"). However in reality, there is just one class that contains all the information and the "user" part is appended in front of a few relevant properties (EX: "user_id"). Screenshot below for comparision:
1 vote -
no Vip Label but it's great It was very useful for my little game but I would have liked a vip tag.
Except that it has served me perfectly. Thank you very much.1 vote -
ban event include data from helix banned events Include the same data as received from https://api.twitch.tv/helix/moderation/banned/events. Primarily event timestamp (time when the ban/unban action occurred) and the id (allows checking for duplication with eventsub messages already received when pulling from helix)
Add the following fields to "event" paylod for ban/unban eventsub messages:
"id": "1IPFqmlu9W2q4mXXjULyM8zX0rb",
"action_timestamp": "2019-03-13T15:55:19Z"1 voteThank you for the feedback. We will investigate and consider making these updates.
-
status casing for EventSub channel.prediction.end EventSub Beta for channel.prediction.end event/status should be consistent with helix casing of status, i.e "Valid values are RESOLVED, and CANCELED."
1 vote -
status casing for EventSub channel.poll.end and channel.poll.progress EventSub Beta for channel.poll.end and channel.poll.progress event/status should be consistent with helix casing of status, i.e "Valid values are COMPLETED, ARCHIVED, and TERMINATED"
1 vote -
Bulk data fetch for Get Subscriptions, Follows, Blocks etc. The current APIs max out at 100 items per page, and while this is fine for most channels, there are some where you end up having to paginate for a long time to reach the end of the list.
Given there is rate limiting in place, would it be possible to make an endpoint (or use the current endpoints and add an "all" query parameter) with a high rate-limit cost that allows for the bulk fetching of this information?
1 vote -
docs revision Can you please double check the meaning of the sentences covered in this page (ex: Send the user you want to authenticate to your registered redirect URI. -> you dont't send them to the redirect URI but to the Twitch uri under the cited pharagraph) And the 'token+idtoken' is not equal to 'token%20idtoken' (the 'token id_token' is) the '+' signs encoded to '%2B' which trows an error whereas the ' ' (space) encoded to '%20' which returns the desired result.
1 vote -
Moderation Endpoints: User Panel API endpoints should be implemented within the moderation:read or channel:moderate scope (not sure which would be the better fit) for the info present in the /user panel in mod view.
I imagine it would work very similarly to /helix/moderation/banned/events but with two major differences:
• broadcaster_id would not require matching the user_id in the auth token; it would just need to match a broadcaster_id that the user is a moderator for.
• user_id in the API call becomes a required parameter to keep it in line with how the /user panel works todayThis should result in allowing applications to…
1 vote -
Get Editors by userid Add optional parameter for "user_id" as many of the other endpoints.
1 vote -
channelpoint percentage bet instead of using a custom number for bets we should also be able to enter i.e. 20% to easily bet 20% of my channelpoints. also your new ad system sucks. just implement a little banner instead of fullscreen minutelong ads. i know you need the money but imagine a content creator does the most amazing joke ever but you miss it because of an ad.
1 vote -
make the docs better and more simple to understand for new users. this site is awfull cause the explenation of the api is trash.
1 vote -
Add filter for channel.channel_points_custom_reward_redemption.add to only receive redemptions from own client ID Add filter for channel.channelpointscustomrewardredemption.add to only receive redemptions from own client ID.
Additionally, add clientID as a field in the data payload to be able to route redemptions since we won't have a 1st party reward ID on file since our app didn't create it.
1 vote -
Create additional IRC CAP REQ "twitch.tv/silent" Create new IRC/WS CAP REQ "twitch.tv/silent" which prevents any non-staff+ whisper to the connection.
1 vote -
VOD audio track URL Document URL or port for streaming VOD audio track too!
For context, I'm livestreaming using FFMPEG because OBS is quite heavy if I want to stream in my Chromebook (btw I'm using NixOS instead of ChromeOS)1 vote -
Automatically disable Subscriptions that have a Cost Now that Subscription Limitations are capped by a "Cost", it would be nice to have these subscriptions disable themselves automatically, rather than ever applying to the limit.
IE; I never make any subscriptions to events, unless I have authorization from that channel. When that channel revokes authorization, private events that require authentication (Such as subscriptions) get disabled. Public events, such as stream up/down do NOT get disabled, but instead start having a cost against my limit.
I would rather ALL subscriptions get disabled, not just private ones.
Otherwise I need to handle disabling subscriptions after a REVOKE is made on…
1 vote -
Troubleshooting step breaks Developer Rig The troubleshooting step for "I’m sure my My Rig configuration is correct, but my extension doesn’t work." doesn't work. All it did was make it so that the developer rig can't find my project anymore. It also can't create new projects.
1 vote -
bad Where is all the information regarding --header 'Authorization
1 vote -
streams.online for user This is something with the intention for client rather than server side.
So the idea is to subscribe to the streams.online topic but instead of specifying a broadcasterid you specify a userid. This topic would give the streams.online notifications for the broadcasters that the user is following and has notifications enabled for. You could subscribe to streams.online for each broadcaster a user is following which is indeed a possibility but at the same time cause a problem as some people follow a good 200-300 channels of which for quite a lot they probably don't even have notifications which…
1 vote -
Notification - Channel Points Custom Reward Update/Remove On "event" the field "broadcasteruserlogin" returns empty string. Works on Add.
Useful links:
https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types#channel-points-custom-reward-update-notification-payload
https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types#channel-points-custom-reward-remove-notification-payload1 vote -
Documentation is misleading at best This information is incorrect. The panel and component extensions fail when self hosted with https making it useless to try and test on twitch as it does not function at all. Please update this page or remove it so that people do not attempt to make extensions only to have your code completely ruin the process.
1 vote
- Don't see your idea?