TwitchApi.Tags.GetStreamTags (TwitchApi v0.1.2) View Source
⛔ This module is autogenerated please do not modify manually.
Example request from twitch api docs:
descriptions:
This example gets the tags on the TwitchGaming channel.
requests:
curl -X GET
'https://api.twitch.tv/helix/streams/tags?broadcaster_id=527115020'
-H'Authorization: Bearer cfabdegwdoklmawdzdo98xt2fo512y'
-H'Client-Id: uo6dggojyb8d6soh92zknwmi5ej1q2'
Example response from twitch api docs:
descriptions:
responses:
{"data":[{"tag_id":"6ea6bca4-4712-4ab9-a906-e3336a9d8039","is_auto":true,"localization_names":{"bg-bg":"английски","cs-cz":"Angličtina","da-dk":"Engelsk","de-de":"Englisch","el-gr":"Αγγλικά","en-us":"English",...},"localization_descriptions":{"bg-bg":"За потоци с използване на английски","cs-cz":"Pro vysílání obsahující angličtinu.","da-dk":"Til streams, hvori der indgår engelsk","de-de":"Für Streams auf Englisch.","el-gr":"Για μεταδόσεις που περιλαμβάνουν τη χρήση Αγγλικών","en-us":"For streams featuring the use of English",...}}]}
Twitch CLI example that gets the list of tags on the TwitchGaming channel.
twitch api get /tags/streams -qbroadcaster_id=527115020
Link to this section Summary
Types
The user ID of the channel to get the tags from.
Link to this section Types
Specs
broadcaster_id() :: %{broadcaster_id: String.t()}
The user ID of the channel to get the tags from.
Link to this section Functions
Specs
call(broadcaster_id()) :: {:ok, Finch.Response.t()} | {:error, Exception.t()}
Description:
Gets the list of stream tags that are set on the specified channel.
Required authentication:
Requires an application OAuth access token.