Skip to content

Commit ec2c4d2

Browse files
github-merge-queue[bot]Emilgardis
authored andcommitted
docs: sync overview docs
1 parent 052b7d6 commit ec2c4d2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/helix/endpoints/clips/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@
2121
//!
2222
//! <!-- generate with "cargo xtask overview" (with a nightly toolchain) -->
2323
//! <!-- BEGIN-OVERVIEW -->
24-
//! <details open><summary style="cursor: pointer">Clips 🟢 2/2</summary>
24+
//! <details open><summary style="cursor: pointer">Clips 🟡 2/3</summary>
2525
//!
2626
//! | Endpoint | Helper | Module |
2727
//! |---|---|---|
2828
//! | [Create Clip](https://dev.twitch.tv/docs/api/reference#create-clip) | - | [`create_clip`] |
2929
//! | [Get Clips](https://dev.twitch.tv/docs/api/reference#get-clips) | - | [`get_clips`] |
30+
//! | [Get Clips Download](https://dev.twitch.tv/docs/api/reference#get-clips-download) | - | - |
3031
//!
3132
//! </details>
3233
//!

src/helix/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,13 @@
127127
//!
128128
//! </details>
129129
//!
130-
//! <details><summary style="cursor: pointer">Clips 🟢 2/2</summary>
130+
//! <details><summary style="cursor: pointer">Clips 🟡 2/3</summary>
131131
//!
132132
//! | Endpoint | Helper | Module |
133133
//! |---|---|---|
134134
//! | [Create Clip](https://dev.twitch.tv/docs/api/reference#create-clip) | - | [`clips::create_clip`] |
135135
//! | [Get Clips](https://dev.twitch.tv/docs/api/reference#get-clips) | - | [`clips::get_clips`] |
136+
//! | [Get Clips Download](https://dev.twitch.tv/docs/api/reference#get-clips-download) | - | - |
136137
//!
137138
//! </details>
138139
//!

0 commit comments

Comments
 (0)