diff --git a/lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2Teams_570.php b/lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2Teams_570.php new file mode 100644 index 0000000..cc96a1b --- /dev/null +++ b/lib/Zyberspace/SteamWebApi/Interfaces/IDOTA2Teams_570.php @@ -0,0 +1,18 @@ +_call(__METHOD__, 'GET', array('team_id' => $team_id, 'league_id' => $league_id)); + } +} diff --git a/lib/Zyberspace/SteamWebApi/Interfaces/IInventoryService.php b/lib/Zyberspace/SteamWebApi/Interfaces/IInventoryService.php new file mode 100644 index 0000000..808e067 --- /dev/null +++ b/lib/Zyberspace/SteamWebApi/Interfaces/IInventoryService.php @@ -0,0 +1,17 @@ +_call(__METHOD__, 'GET', array('ecurrency' => $ecurrency)); + } +} diff --git a/lib/Zyberspace/SteamWebApi/Interfaces/ISteamBitPay.php b/lib/Zyberspace/SteamWebApi/Interfaces/ISteamBitPay.php new file mode 100644 index 0000000..f32a8ad --- /dev/null +++ b/lib/Zyberspace/SteamWebApi/Interfaces/ISteamBitPay.php @@ -0,0 +1,16 @@ +_call(__METHOD__, 'POST', array()); + } +}