File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 21
21
//!
22
22
//! <!-- generate with "cargo xtask overview" (with a nightly toolchain) -->
23
23
//! <!-- BEGIN-OVERVIEW -->
24
- //! <details open><summary style="cursor: pointer">Clips 🟢 2/2 </summary>
24
+ //! <details open><summary style="cursor: pointer">Clips 🟡 2/3 </summary>
25
25
//!
26
26
//! | Endpoint | Helper | Module |
27
27
//! |---|---|---|
28
28
//! | [Create Clip](https://dev.twitch.tv/docs/api/reference#create-clip) | - | [`create_clip`] |
29
29
//! | [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) | - | - |
30
31
//!
31
32
//! </details>
32
33
//!
Original file line number Diff line number Diff line change 127
127
//!
128
128
//! </details>
129
129
//!
130
- //! <details><summary style="cursor: pointer">Clips 🟢 2/2 </summary>
130
+ //! <details><summary style="cursor: pointer">Clips 🟡 2/3 </summary>
131
131
//!
132
132
//! | Endpoint | Helper | Module |
133
133
//! |---|---|---|
134
134
//! | [Create Clip](https://dev.twitch.tv/docs/api/reference#create-clip) | - | [`clips::create_clip`] |
135
135
//! | [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) | - | - |
136
137
//!
137
138
//! </details>
138
139
//!
You can’t perform that action at this time.
0 commit comments