Teekeks / pyTwitchAPI

A Python 3.7 compatible implementation of the Twitch API, EventSub, PubSub and Chat
https://pytwitchapi.dev
MIT License
256 stars 38 forks source link

Add new extention related entpoints #80

Closed Teekeks closed 2 years ago

Teekeks commented 3 years ago

https://dev.twitch.tv/docs/api/reference#get-extension-configuration-segment https://dev.twitch.tv/docs/api/reference#set-extension-configuration-segment https://dev.twitch.tv/docs/api/reference#set-extension-required-configuration https://dev.twitch.tv/docs/api/reference#send-extension-pubsub-message https://dev.twitch.tv/docs/api/reference#get-live-channels https://dev.twitch.tv/docs/api/reference#get-extension-secrets https://dev.twitch.tv/docs/api/reference#create-extension-secret https://dev.twitch.tv/docs/api/reference#send-extension-chat-message https://dev.twitch.tv/docs/api/reference#get-extensions https://dev.twitch.tv/docs/api/reference#get-released-extensions https://dev.twitch.tv/docs/api/reference#get-extension-bits-products https://dev.twitch.tv/docs/api/reference#update-extension-bits-product

Teekeks commented 2 years ago

Decided that these are out of scope of the library for now. May reevaluate if people show interest in this.