SteamWebAPI2 icon indicating copy to clipboard operation
SteamWebAPI2 copied to clipboard

🎮 C# / .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.

Results 17 SteamWebAPI2 issues
Sort by recently updated
recently updated
newest added

Hi guys, help me plz. How get user inventory. I tried to use: var steamEconomyInterface = webInterfaceFactory.CreateSteamWebInterface(new HttpClient()); But when called, a constructor error occurs. Of course, I was doing...

When using MacOS (On Windows, the exact code works just fine), when attempting to use the GetOwnedGamesAsync method, the method fails and shoots an AutoMapper error. Here is the error...

Like this one: https://store.steampowered.com/api/appdetails/?appids=1086940&l=hungarian

enhancement

Added the `GetCollectionDetails` method to `ISteamRemoteStorage` which accepts either a single `ulong` or `IList` via an overload and will return the list of items in that collection. The `uint FileType`...

I got this error when trying to get owned games: (var OwnedGames = await InterfacePlayerService.GetOwnedGamesAsync(AccountLogin.CurrentSteamID, true, false); ) Error: "!!1 AutoMapper.IMapper.Map(!!0)'"

Hi, thanks for this library it is quite useful. Could you add the documentation file so that we can see the comments when using the package? I think all you...

enhancement

Had the same issue than another user already had: https://github.com/babelshift/SteamWebAPI2/issues/71 I know the server is online, from a steam game called: ark survival evolved. It's an Official server with online...

enhancement

See: https://github.com/babelshift/SteamWebAPI2/pull/55

enhancement