Skip to content

Conversation

AoshiW
Copy link

@AoshiW AoshiW commented Oct 11, 2025

Changes:

  • add comments
  • add new endpoints
  • add missing properties/enums

Breaking changes:

  • Removed
    • Stream.ReplaceStreamTagsAsync
    • Soundtrack endpoints
    • Entitlements.GetCodeStatusAsync
    • Entitlements.RedeemCodeAsync
    • Ads endpoints
  • Changes
    • ApiBase.TwitchPatchAsync return type changed string => KeyValuePair<int, string>

TODO: update .csproj files

Syzuna and others added 30 commits March 17, 2023 20:15
Primitive type `bool` defaults to `false` when not nullable. Making them nullable to prevent accidentally changing unwanted settings.
Update ChatSettings.cs
Add support for the new return information, see [this announcement](https://discuss.dev.twitch.tv/t/legacy-badges-endpoint-shutdown-details-and-timeline-june-2023/44621)

Note: `ClickAction` and `ClickUrl` are nullable because twitch docs say set to `null` if not specified
Removing nullables because C# 7.3
Get Channel Chat Badges and Get Global Chat Badges update
…eem_code

remove Entitlements/GetCodeStatus and Entitlements/RedeemCode
(Submitting this to the dev branch oops)

Changed the type of CreatedMarker ID to match the Twitch API: https://dev.twitch.tv/docs/api/reference/#create-stream-marker

When making a request to the TwitchAPI for creating a stream marker, I get an exception that it could not convert a string to an integer.
Updated CreatedMarker ID from int to string
Updated Api.Helix Channel Point Model XML
Update Chat Auth scope from 'chat:moderate' to 'channel:moderate'
Mahsaap and others added 29 commits June 23, 2024 12:37
Redo of 387 PR to remove extra commits from switching from Master to Dev branch.

- Add Twitch Error Response object.
add awaits to HandleWebException
Redo of PR 378 - Credit Neon-Sunset
…lEnum (#412)

* Add politics or sensitive social issues ContentClassificationLabelEnum

* Add GetSharedChatSession endpoint
Fix invalid property name from Twitch json for DisconnectedAt property
Fix wrong property name in EventSubTransport.cs
Fixed `ModeratorId` incorrectly being a `bool` instead of a `string`
Update ChatSettingsResponseModel.cs
Fixing wrong userId param in GetVIPsAsync
Restructure SendChatMessage to use a request object for parameters. Old method marked as obsolete
Add for_source_only to SendChatMessage
Co-authored-by: AoshiW <ondru@LAPTOP-7K2AEST8>
add `GetClipsDownloadAsync` (#422)
@AoshiW AoshiW marked this pull request as draft October 11, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.