196 results found
-
Get Channel includes references to information not in the response https://dev.twitch.tv/docs/api/reference#get-channel-information
Refers to
status
anddescription
which are not in the responseAlso mentioned in
https://dev.twitch.tv/docs/api/reference#modify-channel-information
1 vote -
Documentation layout when scrolling You scroll to the right this happens:
1 vote -
The new documentation uses a different format to the cURL examples curl --location --request PATCH 'https://api.twitch.tv/helix/channels?broadcaster_id=41245072' \ --header 'client-id: wbmytr93xzw8zbg0p1izqyzzc5mbiz' \ --header 'Authorization: Bearer 2gbdx6oar67tqtcmt49t3wpcgycthx' \ --header 'Content-Type: application/json' \ --data-raw '{"game_id":"33214", "title":"there are helicopters in the game? REASON TO PLAY FORTNITE found", "broadcaster_language":"en"}'
compared to
curl -H 'Authorization: Bearer cfabdegwdoklmawdzdo98xt2fo512y' \ -X GET 'https://api.twitch.tv/helix/streams/markers?user_id=123&first=5'
Examples should be consistent
1 vote -
Modify channel: oAuth confusing https://dev.twitch.tv/docs/api/reference#modify-channel-information
Says
Parameter Type Description broadcaster_id string ID of the channel to be updated
When it should say
User ID of the broadcaster. Must match the User ID in the Bearer token.
as per
https://discuss.dev.twitch.tv/t/announcing-the-latest-helix-endpoints-and-hype-train-api/26530/12
1 vote -
Swimming Thank you so much for the support that you give me on this channel I love it so much
1 vote -
Unavailibility of videoplayer in development rig Due to the new video embedding structure at twitch, the dev rig is currently not be able to show the videoplayer behind the extensions.
Perhaps I have missed some information, but it could be quiet helpful to mention this (temporarily?) unavailibility somewhere.And then I saw this Troubleshooting chapter with its Feedback button...
1 vote -
Deprecated attribute frameborder is deprecated, shouldn't suggest in docs
1 vote -
Typo in docs On page:
https://dev.twitch.tv/docs/extensions/reference#helper-bitsThe 'onTransactionComplete' fields list 'transactionID' (capital D), but you get "undefined" when accessing with capital D. Actual field is 'transactionId'.
A small change, but tripped me up a bit during implementation.
Thanks!
1 vote -
IRC NAMES command only ever returns self The IRC documentation states
List current chatters in a channel. If there are more than 1000 chatters in a room, NAMES return only the list of operator privileges currently in the room.
In my testing, I have only ever gotten Twitch to return my own username, even (only) in small (under 1K) rooms.
[@] :eggdroptest.tmi.twitch.tv 353 eggdroptest = #superscientistjhrek :eggdroptest
For example, that room usually has 15-30 chatters (in this case, there were 23 people in it), and several mods, but no names other than my own were returned as part of the 353 message.My suspicion is that perhaps…
1 vote -
Doc site not usable on mobile Your entire dev site has no sidebar on mobile so you can’t get to most subpages without digging. Can these be added to a hamburger menu at small resolutions please?
1 voteRotating dropdown arrow has been added to the “contents” button to show the sidebar on mobile.
-
Thanks This is really very cool. Thank you for taking the time to create such awesome documentation. I am a front end dev for a well know travel website and I appreciate the effort that goes into making this.
1 voteThank you very much!
-
Neither the issues repo or the Dev Uservoice are linked on the Support page https://dev.twitch.tv/support has no links to the dev Issues repository for bugs, or the uservoice for Feature Requests
1 voteUserVoice and GitHub Issues has been added. Thumbnail for docs also updated.
-
fix misleading descriptions This documentation isn't clear enough, it implies that the ID attribute should be set to the channel name, but for whatever reason it has to be set to 'chat_embed' and then the channel name goes in the SRC URL, replacing the 'hebo' text. There's no description of how the 'src' attribute should be presented so this isn't immediately clear.
1 vote -
My "documention idea" is that the documentation has a text formatting bug https://i.gyazo.com/76d10ed7c987ed262276501e25231ac6.png
"
WWW-Authenticate header
" vs "WWW-Authenticate
header"EDIT: Another bug here https://dev.twitch.tv/docs/api/webhooks-reference#subscribe-tounsubscribe-from-events
"...if the parameters supplied are you receive an immediate..."
Reads like there should be something after "are".
1 vote -
Get Channel Editors Getting the list of a channel's editors for e.g. importing, and verifying editor status is something that is missing from Helix.
Kraken had this in /kraken/channels/<channel ID>/editors and it was very useful.
The ability to verify your Twitch editor status is necessary to properly interact with Twitch's editor features.
1 vote -
1 vote
- Don't see your idea?