Closed koishibuh closed 1 year ago
Updated several models to have summaries
With Twitch releasing the new Content Classification Labels, several models needed to be updated: GetChannelInformation (TwitchDocs) & ModifyChannelInformation (TwitchDocs) to include the new properties.
Created a ContentClassificationLabel Enum with the values that Twitch expects for the Content Classification Labels.
TODO: Sorry, should have double checked this, but there is also a new end point called GetContentClassificationLabels (TwitchDocs) that will need to be added. I will attempt to add this tomorrow and try not to break anything. (This should have also been a separate PR my bad)
Twitch released a new endpoint GetContentClassificationLabels (TwitchDocs) that returns the list of Content Classification Labels so I:
Not sure if there is anything other place I was supposed to add things to as I just followed the other classes as an example. I also haven't tested this to make sure it actually works since I don't know how to do that properly.
Added summaries to the following API models: Ads, GetCheermotes, CreateClips, & GetClips