Skip to content
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

Get moderated channels1 #396

Closed
wants to merge 66 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
f942cdd
[skip-ci] Bump version to 3.10.0
Syzuna Mar 17, 2023
4a58c30
Update ChatSettings.cs
Hampo Mar 29, 2023
e47ba7f
Merge pull request #349 from Hampo/dev
Mahsaap Mar 29, 2023
5478c3f
Update BadgeVersion.cs
Hampo Mar 31, 2023
81534cb
Update BadgeVersion.cs
Hampo Mar 31, 2023
b2e69e7
Merge pull request #350 from Hampo/patch-1
Syzuna Mar 31, 2023
5ca26f5
remove Entitlements/GetCodeStatus and Entitlements/RedeemCode
swiftyspiffy Apr 7, 2023
59f3fbb
remove Streams/ReplaceStreamTags
swiftyspiffy Apr 7, 2023
146343a
Merge pull request #351 from TwitchLib/remove_get_code_status_and_red…
Syzuna Apr 7, 2023
38bc66e
Merge pull request #352 from TwitchLib/remove_replace_stream_tags
Syzuna Apr 7, 2023
e1dc36f
Updated CreatedMarker ID from int to string
koishibuh Apr 13, 2023
3b4a49e
Merge pull request #354 from koishibuh/patch-2
Mahsaap Apr 13, 2023
16ae8fe
hotfix compression support for Twitch API
Syzuna Apr 17, 2023
76883c5
Remove v5 from summary
Mahsaap May 1, 2023
5492909
Merge pull request #355 from TwitchLib/Mahsaap-patch-1
Mahsaap May 1, 2023
d22a61d
Update Chat Auth invalid scope. According to the Reference, the corre…
NioZero Jun 4, 2023
d914e12
- Added XML comments for the ChannelPoint Reward Models using the Twi…
koishibuh Jun 8, 2023
8067433
- Removed BroadcasterId from UpdateCustomRewardRequest as it is not o…
koishibuh Jun 8, 2023
3097dbe
- Rearranging model properties to match Twitch API Documentation
koishibuh Jun 8, 2023
324d058
Merge pull request #360 from koishibuh/Koishibuh-UpdatingModels
Mahsaap Jun 8, 2023
e2ab3e6
Merge pull request #358 from NioZero/dev
Mahsaap Jun 10, 2023
84951b8
Aligned Auth Scopes with Twitch docs, Modified ModifyChannelInformati…
Bukk94 Jul 6, 2023
fa8567a
Updated Switch statements to switch expressions, updated all projects…
Bukk94 Jul 7, 2023
f8abb38
- Added summaries to Ad Models
koishibuh Jul 19, 2023
09a6630
- Added summaries to GetCheermote models
koishibuh Jul 19, 2023
6894abb
- Added summaries to CreateClip models
koishibuh Jul 19, 2023
6800786
- Rearranged CreatedClip model properties to match Twitch API docs fo…
koishibuh Jul 19, 2023
1527623
- Added summaries for GetClips models
koishibuh Jul 19, 2023
5b1f933
Merge pull request #365 from Bukk94/feature/ScopesAndMinorImprovements
Syzuna Jul 19, 2023
8a247bd
- Added summaries to GetChannelEditors Models
koishibuh Jul 20, 2023
baac0cf
- Added summaries to GetChannelInformation models
koishibuh Jul 20, 2023
31c16a7
- Rerranged ChannelInformation properties to match TwitchAPI document…
koishibuh Jul 20, 2023
3dea346
- Added new ContentClassificationLabel & IsBrandedContent properties …
koishibuh Jul 20, 2023
1457436
- Updated the GetChannelVIPs models
koishibuh Jul 20, 2023
7cccadb
- Updated the GetFollowedChannel models
koishibuh Jul 20, 2023
0947954
- Added summary to ModifyChannelInformation model
koishibuh Jul 20, 2023
86e485e
- Rearranged the ModifyChannelInformation model to match TwitchAPI docs
koishibuh Jul 20, 2023
0ef3e75
- Added the ContentClassificationLabel to the ModifyChannelInformatio…
koishibuh Jul 20, 2023
43dc5b7
- Updated summaries for GetCharityCampaign & GetCharityCampaignDonations
koishibuh Jul 20, 2023
ceae857
- Added a string converter to the ContentClassificationLabel
koishibuh Jul 21, 2023
7b18ca2
- Added ContentClassificationLabel to the Helix class
koishibuh Jul 21, 2023
d329824
- Updated Summary for Ad EndPoints & Ad model
koishibuh Jul 21, 2023
9326100
- Added summary to Pagination model
koishibuh Jul 21, 2023
b5ff96d
- Update summary for Analytics
koishibuh Jul 21, 2023
ddeeb6a
- Added missing Pagination property in GetExtensionAnalyticsResponse
koishibuh Jul 21, 2023
849a297
Merge pull request #366 from koishibuh/UpdateAPIModels
Mahsaap Jul 25, 2023
7bc2c9d
SnoozeNextAd, GetAdSchedule, ad related scopes (#372)
swiftyspiffy Oct 28, 2023
38d58c9
chore: Updated actions to their latest versions
Syzuna Oct 28, 2023
8d79331
chore: updated dependencies (Moq was left out on purpose)
Syzuna Oct 30, 2023
23542e2
Adjust GetAdSchedule model after Twitch fix (#374)
Syzuna Oct 30, 2023
13db111
Added is_featured to response model and as optional query param for G…
Syzuna Oct 30, 2023
3b6bfd3
Remove decommissioned Soundtrack APIs (#376)
Syzuna Oct 30, 2023
1b109f5
Add GuestStar APIs (#377)
Syzuna Nov 6, 2023
ad213d4
Update NameBasedMonitor to use correct channel value
Syzuna Dec 3, 2023
0320c75
Adjust property names for GetAdSchedule
Syzuna Dec 28, 2023
45e39db
Adds ability to use the new Send Chat Message in the Helix API (#385)
Psychoboy Feb 2, 2024
917ee17
Update FollowerService.cs
Hampo Mar 22, 2024
67bc433
Merge pull request #388 from Hampo/patch-1
Syzuna Mar 22, 2024
97052d8
add optional `replyParentMessageId` to SendChatMessage, as per API (#…
Felk Mar 31, 2024
42dbe49
Conduit support (#389)
swiftyspiffy Apr 2, 2024
aafc9bc
add support for Chat/Emotes/GetUserEmotes (#391)
swiftyspiffy May 1, 2024
d794ad5
add GetUnbanRequests and ResolveUnbanRequests (#394)
swiftyspiffy May 27, 2024
1ac5740
move StartCommercialAsync to Channels class; remove Ads class (#392)
swiftyspiffy May 27, 2024
b097221
Quick fix GetChanneliCalendar (#390)
Mahsaap May 27, 2024
7deef4b
Add conduit subscription support (#393)
FaeyUmbrea Jun 9, 2024
b738286
Add get Moderated Channels
Jun 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-buildstatus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: benjlevesque/short-sha@v2.1
- uses: actions/checkout@v4
- uses: benjlevesque/short-sha@v2.2
id: short-sha
- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,6 @@ $RECYCLE.BIN/
*.msp

# Windows shortcuts
*.lnk
*.lnk

.idea/*
Loading
Loading