-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
170 changed files
with
9,600 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Build (Helix) | ||
|
||
on: | ||
push: | ||
branches: [ "master" ] | ||
pull_request: | ||
branches: [ "master" ] | ||
|
||
jobs: | ||
|
||
build: | ||
|
||
runs-on: windows-latest | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Install .NET 6 | ||
uses: actions/setup-dotnet@v3 | ||
with: | ||
dotnet-version: 6.0.x | ||
|
||
- name: Build | ||
run: | | ||
cd .\MiniTwitch.Helix\ | ||
dotnet build -v d -c Release | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum AnalyticsType | ||
{ | ||
OverView_V2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum AnnouncementColor | ||
{ | ||
Primary, | ||
Blue, | ||
Green, | ||
Orange, | ||
Purple | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum BitsLeaderboardPeriod | ||
{ | ||
Day, | ||
Week, | ||
Month, | ||
Year, | ||
All | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum ChatColor | ||
{ | ||
Blue, | ||
BlueViolet, | ||
CadetBlue, | ||
Chocolate, | ||
Coral, | ||
DodgerBlue, | ||
Firebrick, | ||
GoldenRod, | ||
Green, | ||
HotPink, | ||
OrangeRed, | ||
Red, | ||
SeaGreen, | ||
SpringGreen, | ||
YellowGreen | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum ConfigSegmentType | ||
{ | ||
Broadcaster, | ||
Developer, | ||
Global | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum ContentLabelid | ||
{ | ||
DrugsIntoxication, | ||
SexualThemes, | ||
ViolentGraphic, | ||
Gambling, | ||
ProfanityVulgarity | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum EventSubStatus | ||
{ | ||
Enabled, | ||
WebhookCallbackVerificationPending, | ||
WebhookCallbackVerificationFailed, | ||
NotificationFailuresExceeded, | ||
AuthorizationRevoked, | ||
ModeratorRemoved, | ||
UserRemoved, | ||
VersionRemoved, | ||
WebsocketDisconnected, | ||
WebsocketFailedPingPong, | ||
WebsocketReceivedInboundTraffic, | ||
WebsocketConnectionUnused, | ||
WebsocketInternalError, | ||
WebsocketNetworkTimeout, | ||
WebsocketNetworkError | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum FulfillmentStatus | ||
{ | ||
CLAIMED, | ||
FULFILLED | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum LabelLocale | ||
{ | ||
bg_BG, | ||
cs_CZ, | ||
da_DK, | ||
de_DE, | ||
el_GR, | ||
en_GB, | ||
en_US, | ||
es_ES, | ||
es_MX, | ||
fi_FI, | ||
fr_FR, | ||
hu_HU, | ||
it_IT, | ||
ja_JP, | ||
ko_KR, | ||
nl_NL, | ||
no_NO, | ||
pl_PL, | ||
pt_BT, | ||
pt_PT, | ||
ro_RO, | ||
ru_RU, | ||
sk_SK, | ||
sv_SE, | ||
th_TH, | ||
tr_TR, | ||
vi_VN, | ||
zh_CN, | ||
zh_TW | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum RewardRedemptionStatus | ||
{ | ||
CANCELED, | ||
FULFILLED, | ||
UNFULFILLED | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum SortMethod | ||
{ | ||
OLDEST, | ||
NEWEST | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum StreamTypes | ||
{ | ||
All, | ||
Live | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum VideoPeriod | ||
{ | ||
All, | ||
Day, | ||
Month, | ||
Week | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum VideoSortMethod | ||
{ | ||
Time, | ||
Trending, | ||
Views | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
namespace MiniTwitch.Helix.Enums; | ||
|
||
public enum VideoType | ||
{ | ||
All, | ||
Archive, | ||
Highlight, | ||
Upload | ||
} |
Oops, something went wrong.