Teekeks / pyTwitchAPI

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

Add new parameter to Twitch.get_channel_information #240

Closed Teekeks closed 1 year ago

Teekeks commented 1 year ago

The following fields where added to the "Get Channel Information" Endpoint:

https://dev.twitch.tv/docs/api/reference/#get-channel-information

BarryCarlyon commented 1 year ago

ccl_locale isn't valid for this endpoint as a query parameter, it was added to the documentation in error

Teekeks commented 1 year ago

Thanks, updated