Skip to content
Translate Ideas and Comments
Choose language:
There was an error during translation

Developers

Categories

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

202 results found

  1. From: https://github.com/twitchdev/issues/issues/10

    Brief description

    Docs state the "images" is an array
    {
    "links": {
    "self": "http://api.twitch.tv/kraken/chat/emoticons"
    },
    "emoticons": [
    {
    "id": 115390,
    "regex": "TwitchLit",
    "images": [
    {
    "width": 28,
    "height": 28,
    "url": "https://static-cdn.jtvnw.net/jtv
    userpictures/emoticon-115390-src-b577ded8522fc1a1-28x28.png",
    "emoticon
    set": 19151
    }
    ]
    },
    {
    "id": 80393,
    "regex": "Kappa",
    "images": [
    {
    "width": 28,
    "height": 28,
    "url": "https://static-cdn.jtvnw.net/jtv_user_pictures/emoticon-80393-src-cf7c8d03a4c5cb75-28x28.png",
    "emoticon_set": 15940
    }
    ]
    }
    ]
    }

    Expected documentation

    {
        "_links": {
            "self": "http://api.twitch.tv/kraken/chat/emoticons"
        },
        "emoticons": [
            {
                "id": 115390,
                "regex": "TwitchLit",
                "images": {
                    "width": 28,
                    "height": 28,
                    "url": "https://static-cdn.jtvnw.net/jtv_user_pictures/emoticon-115390-src-b577ded8522fc1a1-28x28.png",
                    "emoticon_set": 19151
                }
            },
            {
                "id": 80393,
                "regex": "Kappa",
    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  1 comment  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. There is a typo at the botton of this page

    It says @TwitchDevon Twitter instead of @TwitchDev on Twitter :)

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Provide a method to trigger fake subscriptions/follows/cheers within the developer rig.

    15 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Extensions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. "Exchanging bits for a product" section has broken markdown link to /extensions/reference/#helper-bits

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. A token bucketalgorithm

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. I would like to work with embeds, and more specifically a way to get how much the current player's stream latency is. From what I can tell, player.getPlaybackStats() was the only way to do this, and is now deprecated, and returns null 99.99% of the time. (I was lucky to get it working once, but yeah, it's gone.)

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  3 comments  ·  Embeds  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. From: https://github.com/twitchdev/issues/issues/65

    Brief description

    https://dev.twitch.tv/docs/api/webhooks-guide

    Limits: By default, each client ID can have at most 10,000 subscriptions. Also, you can subscribe to the same topic at most 3 times.

    Seems to be ambiguous to a lot of developers, they seem to think the that "3 times" means they can renew it 3 times then they are SOOL

    Expected documentation

    Limits: Each client ID can have at most 10,000 subscriptions. Where you can have 3 active subscriptions to a topic at the same time. Where an active subscription is defined as a topic/callback pair.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. From: https://github.com/twitchdev/issues/issues/31

    Brief description

    The documentation doesn't advise anything regarding what languages/localses exist/are valid to be called.

    For example

    https://dev.twitch.tv/docs/api/reference#get-streams

    has a language query string argument, but doesn't advise what is valid for a langauge.

    Expected documentation

    Document the list of locales of if it matches a ISO, update documentation on endpoints using language/locale with a note about what is valid

    Additional context or questions

    Raised/queried on discord

    https://discordapp.com/channels/504015559252377601/523675960797691915/664243349309620225

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  1 comment  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. The Helix API currently has no way of retrieving a particular users online channels they are following. This is done by the "Get Followed Streams" API in v5 (https://dev.twitch.tv/docs/v5/reference/streams#get-followed-streams)

    To get the same behavior in the current Helix endpoints would require TENS of requests each time you wanted to check for the presence of a channel coming online/going offline, instead of the nice single endpoint v5 offers.

    I've requested this endpoint for a few years now and was told v5 and Helix will have parity before v5 is officially shutdown, so I hope that's still the case.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  2 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Add in Search endpoint for searching streams related to the given query.

    API V5 Example: https://api.twitch.tv/kraken/search/streams?query= {search query}

    12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  3 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Similar to

    https://twitch.uservoice.com/forums/310213-developers/suggestions/39847792-pubsub-docs-don-t-mention-token-type

    All documentation should be revised to describe which kind of token and depending on token type what scopes are needed to call each endpoint.

    The documentation for the most part only mentions a scope and doesn't describe what kind of token to use

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Missing word(s) in this sentence:

    "if the parameters supplied are you receive an immediate 202 Accepted response"

    between the "are" and the "you" there's words missing.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Should the ID parameter now be "chat_embed" or the channel name? Parameter description and example code don't match or I don't understand it.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. The documentation for Get Users Follows says: “Authentication: None”, but you get “OAuth token is missing” response when not using an app or user access token.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. The recent new end points caused the existing documentation to lose the Client-ID from all other examples as is required by the changes to helix.

    For Example:

    https://dev.twitch.tv/docs/api/reference#get-extension-analytics

    curl -H 'Authorization: Bearer cfabdegwdoklmawdzdo98xt2fo512y' \
    -X GET 'https://api.twitch.tv/helix/analytics/extensions?first=5'
    

    Getting Started also needs to be updated as it doesn't reference authorization required at all

    https://dev.twitch.tv/docs/api, and doesn't cover how to get authorization

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Completed  ·  0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?