Skip to content

Commit 9146648

Browse files
Merge #67
67: Add multiple endpoints and some fixes r=Emilgardis a=Emilgardis Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
2 parents 2e31c1b + 4ad38aa commit 9146648

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1264
-322
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
- StreamOffline V1 Event
4747
- User Update V1 Event
4848
- User Authorization Revoke V1 Event
49+
- Channel Raid Beta Event
4950
* Added most Webhook topics.
5051
- Hype Train Event
5152
- Channel Ban Change Events
@@ -54,7 +55,8 @@
5455
- User Changed
5556
- User Follows
5657
- Stream Changed
57-
* Added tmi endpoint `get_hosts` thanks to [@waridley](https://github.com/Waridley).
58+
- Get Channel Editors
59+
* Added tmi endpoint `get_hosts` thanks to [waridley](https://github.com/Waridley).
5860
* Added Helix endpoints
5961
- Get User Follows
6062
- Get Stream Tags
@@ -67,16 +69,22 @@
6769
- Get Videos
6870
- Get Cheermote
6971
- Get Bits Leaderboard
70-
- Get Custom Reward Redemption (thanks [@Dinnerbone](https://github.com/Dinnerbone))
71-
- Update Redemption Status (thanks [@Dinnerbone](https://github.com/Dinnerbone))
72+
- Get Custom Reward Redemption (thanks [Dinnerbone](https://github.com/Dinnerbone))
73+
- Update Redemption Status (thanks [Dinnerbone](https://github.com/Dinnerbone))
7274
- Get Broadcaster Subscriptions Events
7375
- Get Hype Train Events
7476
- Get Webhook Subscriptions
77+
- Get Channel Editors
78+
- Delete Videos
79+
- Get User Block List
80+
- Block User
81+
- Unblock User
7582

7683
### Changed
7784

7885
* MSRV = 1.48.0
7986
* BREAKING: Removed `helix` and `tmi` features from default-features.
87+
* BREAKING: Renamed `TMIClient` -> `TmiClient`
8088
* Improved documentation
8189
* Renamed some helix endpoint replies. [#18]
8290
* `twitch_oauth2` dependency is now gated behind its feature flag.

0 commit comments

Comments
 (0)