373 results found
-
Batch Updates for Custom Rewards
I have a system that checks what scene the creator is in, to see if that custom reward is allowed (we do scene whitelisting). A planned feature is to disable and enable custom rewards based on the scene, so that the end users (the viewers) only ever see custom rewards that will actually work.
It would be very helpful if I could batch my update calls so that I could set several rewards as disabled/enabled at once. Without this ability its very likely I'd hit a rate limit.
1 vote -
Denote Watch Party as a Stream Type in Get Streams
Given the site shows Watch Parties as an alternative "type" to Live content (similar to Reruns), it should be denoted as such in the Get Streams API.
1 vote -
Video Tutorial
I am confused about this site. Please provide a video and explain more.
1 vote -
Create Custom Reward: Set Description on create
When creating a custom reward it would be nice if we can set a description. Not all rewards can be easily described by the name.
1 vote -
Create a scope that allows all rewards to be modified from the API
Developers only have access to get and update redemptions for the rewards they created.
There are some uses cases where a "god token" would be useful to manage all rewards on the channel regardless of this limitation, a scope can be created to allow access to all rewards.
A calling application may want to dynamically modify the price of the "modify emote" or "highlight my message" but won't be able to currently
1 vote -
Add where user left off in VOD (video bookmark) to Get Videos
If the request (Get Videos) is authenticated by a user, return a response field video_bookmark which returns, in seconds, where the user left off in watching the video. Or it could be requested at a different endpoint by video ID or something.
1 vote -
1 vote
-
Add flag for streams that can't be watched on other sites (embed not allowed)
In the streams endpoint, there's no property in the response that indicates if the stream can only be watched on Twitch. This means we embed streams that can't be watched and we obviously don't want this.
The streams api needs to return this information so we know not to render these embeds.
1 vote -
Helix Missing client-id error
When no OAuth token is present there's this err:
{
"error": "Unauthorized",
"status": 401,
"message": "OAuth token is missing"
}But a missing client-id doesn't return an error that it is missing, instead it responds with:
{
"error": "Unauthorized",
"status": 401,
"message": "Client ID and OAuth token do not match"
}
(which is the same error if both are sent, but don't match).1 vote -
1 vote
-
New Twitch API returning empty results
The New Twitch API needs serious attention. I worked considerable with the V3 API and that was rock solid. I'm having a difficult time with the new API. It has a lot of quirks.
My biggest issue now is that certain calls return an empty response with certain parameters.
For example, if I try to filter streams with a gameid and language this will return a result with 0 items sometimes while other times it will return the correct results. The behavior is very inconsistent.
https://api.twitch.tv/helix/streams?gameid=33214&language=enIt works 100% of the time without the language parameter.
https://api.twitch.tv/helix/streams?game_id=33214It…
1 vote -
Adding /monitor to bot chat commands
Adding the /monitor command would be a great addition, I mod for a channel that has a group of user doxing the streamer with their username/display name and banning everyone having their name matching the vague doxing param is not a possibility
0 votes -
How can I integrate twitch with my website
Hi
I want to ask that can I integrate twitch with my website https://fastlabourhire.com.au/labour-hire-brisbane/? If yes, Then please do let me know about the procedure? Should I need to hire a developer or I can do it by myself?0 votes
- Don't see your idea?