Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
babelshift committed Jul 16, 2017
2 parents c4bdd7c + dc449e2 commit 2b3d82c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SteamWebAPI2/Interfaces/IEconItems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ public interface IEconItems
Task<ISteamWebResponse<EconItemResultModel>> GetPlayerItemsAsync(ulong steamId);

Task<ISteamWebResponse<Steam.Models.DOTA2.SchemaModel>> GetSchemaAsync(string language = "en_us");

Task<ISteamWebResponse<Steam.Models.TF2.SchemaModel>> GetSchemaForTF2Async(string language = "en_us");

Task<ISteamWebResponse<string>> GetSchemaUrlAsync();

Task<ISteamWebResponse<StoreMetaDataModel>> GetStoreMetaDataAsync(string language = "");

Task<ISteamWebResponse<uint>> GetStoreStatusAsync();
}
}
}

0 comments on commit 2b3d82c

Please sign in to comment.