-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Summaries to API Models & Added ContentClassificiationLabel API Endpoint #366
Conversation
…to ChannelInformation model
…n model - Created a ContentClassificationLabel enum - Created a ContentClassificationLabel class to use in the ModifyChannelInformation model
|
- Added ContentClassificationLabels class with GetContentClassificationAsync method - Added GetContentClassificationLabelsResponse with model
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. |
- Fixed summary bug in Anayltics.GetExtensionAnalyticsAsync() that copied the incorrect startedAt & endedAt information - Added summary for ExtensionAnalytics - Added summary for GetExtensionResponse - Added summary for GameAnalytics - Added summary for GetGameAnalyticsResponse - Added summary for DateRange
|
Added summaries to the following API models: Ads, GetCheermotes, CreateClips, & GetClips