From 9347cd3734249bfce61460b97448e264cb0f96e2 Mon Sep 17 00:00:00 2001 From: zyberspace Date: Tue, 5 Apr 2016 21:00:31 +0200 Subject: [PATCH] Updated Interfaces --- .../IDOTA2AutomatedTourney_205790.php | 16 ++++++++++++++++ .../Interfaces/IDOTA2AutomatedTourney_570.php | 16 ++++++++++++++++ .../Interfaces/IDOTA2Teams_205790.php | 18 ++++++++++++++++++ .../SteamWebApi/Interfaces/ITFSystem_440.php | 16 ++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2AutomatedTourney_205790.php create mode 100644 lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2AutomatedTourney_570.php create mode 100644 lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2Teams_205790.php create mode 100644 lib/Zyberspace/SteamWebApi/Interfaces/ITFSystem_440.php diff --git a/lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2AutomatedTourney_205790.php b/lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2AutomatedTourney_205790.php new file mode 100644 index 0000000..4338b44 --- /dev/null +++ b/lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2AutomatedTourney_205790.php @@ -0,0 +1,16 @@ +_call(__METHOD__, 'GET', array()); + } +} diff --git a/lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2AutomatedTourney_570.php b/lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2AutomatedTourney_570.php new file mode 100644 index 0000000..721510c --- /dev/null +++ b/lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2AutomatedTourney_570.php @@ -0,0 +1,16 @@ +_call(__METHOD__, 'GET', array()); + } +} diff --git a/lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2Teams_205790.php b/lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2Teams_205790.php new file mode 100644 index 0000000..49622cd --- /dev/null +++ b/lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2Teams_205790.php @@ -0,0 +1,18 @@ +_call(__METHOD__, 'GET', array('team_id' => $team_id, 'league_id' => $league_id)); + } +} diff --git a/lib/Zyberspace/SteamWebApi/Interfaces/ITFSystem_440.php b/lib/Zyberspace/SteamWebApi/Interfaces/ITFSystem_440.php new file mode 100644 index 0000000..7a98cea --- /dev/null +++ b/lib/Zyberspace/SteamWebApi/Interfaces/ITFSystem_440.php @@ -0,0 +1,16 @@ +_call(__METHOD__, 'GET', array()); + } +}