mirror of https://github.com/MingweiSamuel/Riven
Regen, `val-match-v1.MatchlistEntryDto.queueId`
parent
7e78abb7e5
commit
150566983e
|
@ -9,7 +9,7 @@
|
||||||
use num_enum::{ IntoPrimitive, TryFromPrimitive };
|
use num_enum::{ IntoPrimitive, TryFromPrimitive };
|
||||||
use strum_macros::{ EnumString, EnumIter, Display, IntoStaticStr };
|
use strum_macros::{ EnumString, EnumIter, Display, IntoStaticStr };
|
||||||
|
|
||||||
/// Regional routes, used in tournament services, Legends of Runterra, and other endpoints.
|
/// Regional routes, used in tournament services, Legends of Runeterra (LoR), and other some endpoints.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
#[derive(PartialEq, Eq, Hash, PartialOrd, Ord)]
|
#[derive(PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||||
#[derive(IntoPrimitive, TryFromPrimitive)]
|
#[derive(IntoPrimitive, TryFromPrimitive)]
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version d97f2bb9615cefe58ef8c1e9eca459cc51305d07
|
// Version f6d4267816b00afc365920f4f5926fd725eb8674
|
||||||
|
|
||||||
//! 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)]
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version d97f2bb9615cefe58ef8c1e9eca459cc51305d07
|
// Version f6d4267816b00afc365920f4f5926fd725eb8674
|
||||||
|
|
||||||
//! Metadata about the Riot API and Riven.
|
//! Metadata about the Riot API and Riven.
|
||||||
//!
|
//!
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version d97f2bb9615cefe58ef8c1e9eca459cc51305d07
|
// Version f6d4267816b00afc365920f4f5926fd725eb8674
|
||||||
|
|
||||||
#![allow(missing_docs)]
|
#![allow(missing_docs)]
|
||||||
|
|
||||||
|
@ -3534,8 +3534,8 @@ pub mod val_match_v1 {
|
||||||
pub match_id: String,
|
pub match_id: String,
|
||||||
#[serde(rename = "gameStartTimeMillis")]
|
#[serde(rename = "gameStartTimeMillis")]
|
||||||
pub game_start_time_millis: i64,
|
pub game_start_time_millis: i64,
|
||||||
#[serde(rename = "teamId")]
|
#[serde(rename = "queueId")]
|
||||||
pub team_id: String,
|
pub queue_id: String,
|
||||||
}
|
}
|
||||||
/// RecentMatches data object.
|
/// RecentMatches data object.
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
|
|
Loading…
Reference in New Issue