TwitchApi.Extensions.GetExtensionBitsProducts (TwitchApi v0.1.2) View Source
⛔ This module is autogenerated please do not modify manually.
Example request from twitch api docs:
descriptions:
requests:
curl -X GET 'https://api.twitch.tv/helix/bits/extensions?should_include_all=true'
-H'Authorization: Bearer cfabdegwdoklmawdzdo98xt2fo512y'
-H'Client-Id: uo6dggojyb8d6soh92zknwmi5ej1q2'
Example response from twitch api docs:
descriptions:
responses:
{"data":[{"sku":"1010","cost":{"amount":990,"type":"bits"},"in_development":true,"display_name":"Rusty Crate 2","expiration":"2021-05-18T09:10:13.397Z","is_broadcast":false}]}
Link to this section Summary
Types
Whether Bits products that are disabled/expired should be included in the response.Default: false.
Link to this section Types
Specs
should_include_all() :: %{should_include_all: boolean()}
Whether Bits products that are disabled/expired should be included in the response.Default: false.
Link to this section Functions
Specs
call(should_include_all()) :: {:ok, Finch.Response.t()} | {:error, Exception.t()}
Description:
NEW Gets a list of Bits products that belongs to an Extension.
Required authentication:
Required authorization:
App Access Token associated with the Extension client ID