forked from mirror/Riven
Regen
parent
8d810ccca8
commit
4cc241baac
|
@ -8,7 +8,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version 82c5b64c16bd63688a0d19f471a19301bae8be4a
|
// Version a1ee37accb8b1d6e4d5fddc973d4ce84d20b6b1a
|
||||||
|
|
||||||
//! Automatically generated endpoint handles.
|
//! Automatically generated endpoint handles.
|
||||||
#![allow(clippy::let_and_return, clippy::too_many_arguments)]
|
#![allow(clippy::let_and_return, clippy::too_many_arguments)]
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version 82c5b64c16bd63688a0d19f471a19301bae8be4a
|
// Version a1ee37accb8b1d6e4d5fddc973d4ce84d20b6b1a
|
||||||
|
|
||||||
//! Metadata about the Riot API and Riven.
|
//! Metadata about the Riot API and Riven.
|
||||||
//!
|
//!
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version 82c5b64c16bd63688a0d19f471a19301bae8be4a
|
// Version a1ee37accb8b1d6e4d5fddc973d4ce84d20b6b1a
|
||||||
|
|
||||||
#![allow(missing_docs)]
|
#![allow(missing_docs)]
|
||||||
|
|
||||||
|
@ -2403,7 +2403,8 @@ pub mod spectator_v4 {
|
||||||
pub game_list: std::vec::Vec<FeaturedGameInfo>,
|
pub game_list: std::vec::Vec<FeaturedGameInfo>,
|
||||||
/// The suggested interval to wait before requesting FeaturedGames again
|
/// The suggested interval to wait before requesting FeaturedGames again
|
||||||
#[serde(rename = "clientRefreshInterval")]
|
#[serde(rename = "clientRefreshInterval")]
|
||||||
pub client_refresh_interval: i64,
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub client_refresh_interval: Option<i64>,
|
||||||
}
|
}
|
||||||
/// FeaturedGameInfo data object.
|
/// FeaturedGameInfo data object.
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
|
|
Loading…
Reference in New Issue