We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd17957 commit 38c7bc8Copy full SHA for 38c7bc8
1 file changed
src/SteamWebAPI2/Interfaces/IEconItems.cs
@@ -10,11 +10,13 @@ public interface IEconItems
10
Task<ISteamWebResponse<EconItemResultModel>> GetPlayerItemsAsync(ulong steamId);
11
12
Task<ISteamWebResponse<Steam.Models.DOTA2.SchemaModel>> GetSchemaAsync(string language = "en_us");
13
+
14
+ Task<ISteamWebResponse<Steam.Models.TF2.SchemaModel>> GetSchemaForTF2Async(string language = "en_us");
15
16
Task<ISteamWebResponse<string>> GetSchemaUrlAsync();
17
18
Task<ISteamWebResponse<StoreMetaDataModel>> GetStoreMetaDataAsync(string language = "");
19
20
Task<ISteamWebResponse<uint>> GetStoreStatusAsync();
21
}
-}
22
+}
0 commit comments