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

83 results found

  1. 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)
  2. From: https://github.com/twitchdev/issues/issues/19

    Brief description

    Many API's don't document that they support first and after

    Expected documentation

    Document first/after in the optional query parameters

    Additional context or questions

    Missing First in Optional Query Parameters
    - Get Banned Users
    - Get Moderators
    - Get Moderator Events
    - Get Broadcaster Subscriptions
    - Get Videos

    Missing Pagination in the Return Values
    - Get Broadcaster Subscriptions
    - Get Videos

    8 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)
  3. 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)
1 2 3 5 Next →
  • Don't see your idea?