Current section

Files

Jump to
scrapped_twitch_api lib resources extensions send_extension_pubsub_message.ex
Raw

lib/resources/extensions/send_extension_pubsub_message.ex

defmodule TwitchApi.Extensions.SendExtensionPubSubMessage.NotSupported do
@moduledoc """
⛔ This module is autogenerated please do not modify manually.
## Example request from twitch api docs:
### descriptions:
### requests:
curl -X POST 'https://api.twitch.tv/helix/extensions/pubsub'
-H'Authorization: Bearer cfabdegwdoklmawdzdo98xt2fo512y'
-H'Client-Id: uo6dggojyb8d6soh92zknwmi5ej1q2'
-H'Content-Type: application/json'
-d'{
"message": "hello world!",
"broadcaster_id": "141981764",
"target": ["broadcast"]
}'
## Example response from twitch api docs:
### descriptions:
### responses:
204NoContent
"""
# API method not supported
end