416 results found
-
Viewer Data Storage for Extension Overlays/Components/Panels In the context of a Twitch Extension Overlay, the API needs a way to set key value pairs for viewers of a channel not using cookies. Chroma incognito blocks setting local storage and cookies. This would be used to store overlay settings like widget sizes and positions. That way when the page refreshes, the overlay elements would persist their placements. As the great BarryCarylon said "... like Redis for Twitch Extensions".
2 votes -
Clone Custom Reward The ability to specify an existing reward that exists as a basis on creating a new reward would be useful. (This would clone the image/other set parameters as well to the new reward)
Use case:
Channel points to pick a "team" the user would be in.
Today there are three teams, so clone the pre set (disabled) one three times.
Tomorrow there will be four, so clone four times.Image would be the same for all four.
2 votes -
Provide a Helix endpoint to list reward templates created by user, and eventually see the (done, claimed, refunded) I would like to have a way to access a list of CHANNEL REWARDS available for a given channel. Without authentication would be nice, as anyone can see it in the website regardless.
Another additional data provided if the API call is authenticated with the said channel, would be to see the status of the claims (Accepted, pending, refunded) so that the projects based on those can know if it was accepted or if it can be safely removed, in case of a refund.
2 votes -
2 votes
-
Inconsistency between Channel Points API and PubSub Redemption Topic When PubSub returns rewards, it references
channel_id
whilst the Beta API Endpoints call itbroadcaster_id
.As a Developer, i prefer to be able to parse the same object from different sources in the same way. The discrepancy in naming prevents this / makes it slightly less performant as a distinction needs to be made.
2 votes -
Twitch Connect - app ids shared in api At the moment I have not found any way to get users app id (in my case Riot Account ID) which would allow me to authenticate user using Twitch API and at the same time make sure that user owns this Riot Account. Currently Riot does not support their own way of authentication for third-party developers, therefore Twitch would be great in this case if they shared app ids connected to the Twitch accounts.
2 votes -
Add GET https://api.twitch.tv/extensions/<client ID> as a documented endpoint If you call GET https://api.twitch.tv/extensions/<client ID> you get a JSON back with the information about the extension. This is currently undocumented, but it would be a real useful took for discoverability and management, but being undocumented, it wouldn't be wise to use in a production environment. If this endpoint is planned to be kept, can it be added to the documentation for our use?
2 votes -
outdated example given at https://dev.twitch.tv/docs/api/clips/ clips now contain the isfeatured field, after vodoffset
1 vote -
Responsabilidade Jogar com sabedoria e muita gestão de banca
1 vote -
Featured Clips - add date of feature to get clips It's nice to know that a clip is a featured but I'd like to know when the clip was set as featured
I'd like to automate the removal of "old featured clips" if/when we get an API to set/unset the featured flag
1 vote -
API IGDB Prove the api of igdb
1 vote -
Increase check automod status limits Currently the limits for the normal account type allow to check 12.5% strings per minute compared to just sending those via chat to test if they pass automod restrictions. This drops to 2.08% per hour. (This drops to 2.5%/min and 0.42%/hour if the ability to have VIPs is unlocked)
The current rate limit types also seem to assume that larger streams are affiliate and or partners which is not necessarily true as there's game publishers who hold game release streams with easily 50+ viewers while not being partner/affiliate and channels who have decent amounts of viewers but do not stream…
1 vote -
Adding an additional parameter to deleting rewards Currently, using https://api.twitch.tv/helix/channel_points/custom_rewards to DELETE a reward will mark any UNFULFILLED rewards as FULFILLED.
While this already feels wrong, it would be nice to be able to send an optional parameter that can set the status to CANCELED instead. This should help reduce the number of requests to Twitch and make it more manageable when having to delete more than 50 pending redemptions.
The current way we manage this is to get a list of all pending redemptions on the reward and then send a status update for 50 of them at a time before deleting, but if the goal…
1 vote -
Re-introduction of Sub-Only Tags Due to the removal of the stream tags_id a few weeks ago, it is no longer possible to tell from the tags whether the stream is a "sub-only" stream.
Maybe, so that the JSON is not unnecessarily extended by another point, the information could be added to the new custom-tags. Preferably as a fixed string without localization.
1 vote -
Add start and end values for emojis in the API Emotes with the type "twitch" has the attributes 'start' and 'end' that specifies where in the raw text it starts and ends.
But emotes with the type "emoji" lacks these values. The type "emoji" also lacks the exact character as text as well. The emoji "🐇" has the values name and id both being "1f407" and none being "🐇".
My goal is to go through from the end to the start of the text and replace each entry. Apparently emotes of the type twitch are also sorted before emotes of the type emoji, which means I can't go through the…
1 vote -
Entitlements for Specified Game Add a new endpoint to Entitlements that will allow devs to pass in the game id. The endpoint will return data on active, completed or upcoming drops. The data is already available on the Twitch site on the drops campaign page https://www.twitch.tv/drops/campaigns.
Having this data would be useful to use on fan made websites so that visitors can get reminders of available drops.
1 vote -
page has no download link This page says "The Twitch Authorization SDK is a library that provides access to Twitch Authentication through an API targeted at applications used by Twitch broadcasters." But it has no instruction on how or where to DOWNLOAD THE SDK!!!!!!
1 vote -
Allow streamer access token to modify redemption status without reward creator client ID In the web UI, moderators are able to complete/reject redemptions. However, the PATCH https://api.twitch.tv/helix/channel_points/custom_rewards/redemptions API endpoint requires the reward to be created with the same client ID that is used to update the redemption, or it returns a 403.
This restriction is needless when considering the aforementioned leniency on the web UI.
1 vote -
API Endpoint to get all predictors for a given outcome. Currently the Prediction endpoints (and EventSub data) only contains the top predictors for outcomes in a prediction. I propose a new endpoint, located at something like:
helix/predictions/predictors
that takes as input abroadcaster_id
andoutcome_id
, and returns a paginated list of all users who have contributed to a given prediction outcome, along with the details of their prediction (essentially the "top predictors" array, but containing all predictors).This could make predictions even more interactive- a streamer could, for example, draw two word clouds showing all predictors for each option "battling" each other.
1 vote -
asdfqwer Bro please make this **** easier/more understandable.
1 vote
- Don't see your idea?