//! Helix endpoints regarding channel raids
//!
//! # Implemented endpoints
//!
//! <!-- generate with "cargo xtask overview" (with a nightly toolchain) -->
//! <!-- BEGIN-OVERVIEW -->
//! <details open><summary style="cursor: pointer">Raids 🟢 2/2</summary>
//!
//! | Endpoint | Helper | Module |
//! |---|---|---|
//! | [Start a raid](https://dev.twitch.tv/docs/api/reference#start-a-raid) | [`HelixClient::start_a_raid`](crate::helix::HelixClient::start_a_raid) | [`start_a_raid`] |
//! | [Cancel a raid](https://dev.twitch.tv/docs/api/reference#cancel-a-raid) | [`HelixClient::cancel_a_raid`](crate::helix::HelixClient::cancel_a_raid) | [`cancel_a_raid`] |
//!
//! </details>
//!
//! <!-- END-OVERVIEW -->
use crate::;
use ;
use Cow;
pub use ;
pub use ;