diff --git a/src/endpoints.rs b/src/endpoints.rs
index 472c3e7..0d15e49 100644
--- a/src/endpoints.rs
+++ b/src/endpoints.rs
@@ -1,13 +1,13 @@
-///////////////////////////////////////////////
-// //
-// ! //
-// This file is automatically generated! //
-// Do not directly edit! //
-// //
+///////////////////////////////////////////////
+// //
+// ! //
+// This file is automatically generated! //
+// Do not directly edit! //
+// //
///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/
-// Version 6699beea97d4afea8ffa9310a554ec23a499e531
+// Version 3bd5ca30e5a7aa15963ca4366e3b6be89defe567
//! Automatically generated endpoint handles and data transfer structs.
@@ -80,6 +80,27 @@ impl RiotApi {
pub fn summoner_v4(&self) -> SummonerV4 {
SummonerV4 { base: self }
}
+ /// Handle for TftLeagueV1 endpoints. This method is automatically generated.
+ ///
+ /// Official API Reference
+ #[inline]
+ pub fn tft_league_v1(&self) -> TftLeagueV1 {
+ TftLeagueV1 { base: self }
+ }
+ /// Handle for TftMatchV1 endpoints. This method is automatically generated.
+ ///
+ /// Official API Reference
+ #[inline]
+ pub fn tft_match_v1(&self) -> TftMatchV1 {
+ TftMatchV1 { base: self }
+ }
+ /// Handle for TftSummonerV1 endpoints. This method is automatically generated.
+ ///
+ /// Official API Reference
+ #[inline]
+ pub fn tft_summoner_v1(&self) -> TftSummonerV1 {
+ TftSummonerV1 { base: self }
+ }
/// Handle for ThirdPartyCodeV4 endpoints. This method is automatically generated.
///
/// Official API Reference
@@ -189,7 +210,7 @@ impl<'a> LeagueExpV4<'a> {
/// * `tier`
/// * `division`
/// * `page` (optional) - Starts with page 1.
- pub fn get_league_entries(&self, region: Region, division: crate::consts::Division, tier: crate::consts::Tier, queue: crate::consts::QueueType, page: Option)
+ pub fn get_league_entries(&self, region: Region, queue: crate::consts::QueueType, tier: crate::consts::Tier, division: crate::consts::Division, page: Option)
-> impl Future