-
Consider following code:
```c#
KeyValue response;
using (dynamic iSteamApps = WebAPI.GetAsyncInterface("ISteamApps")) {
try {
response = await iSteamApps.GetAppList2(secure: true);
} cat…
-
## Bug report
### Description
HttpRequestException was thrown while idling game.
This is with current latest version of ArchiSteamFarm V3.2.0.2 (linux-x64/aea0e5ef-557f-4f46-8179-d11ebff7e00e) …
-
## Bug
Can't connect to ISteamUserAuth
### Description
I try to use it on centos 7 with .Net core 2.1.4,
I'm sure my network is working.
### Expected behavior
### Actual behavior
Some…
-
## EDIT
Skip to bottom -- in between is progression.
## Original Issue
I could only find `Auth.GetAuthSessionTicket` that returns a `byte[]` via `_ticket.data`:
What do I do from there? In S…
-
## Bug
### Description
After updating to the latest stable release of mono I am getting the below listed errors.
### Expected behavior
Bot needs to be available to start using the !start dota co…
-
This is a random idea I thought about for a second. Since new async WebAPI interface uses HttpClient under the hood, how about making it possible to re-use already initialized and ready HttpClient tha…
-
Is steam web api will be faster then steamcmd?
https://wiki.teamfortress.com/wiki/WebAPI/UpToDateCheck#Method-specific_parameters
-
This is inconsistent with `CreateWebSocketServer` which has a string overload, but no IPEndPoint overload, and vice versa. This makes it harder to consume these APIs.
SK itself has to parse socket …
-
configure gettoken.json, gettoken1.json or
`{"webapi_host":"https:\/\/community.steam-api.com\/","webapi_host_secure":"https:\/\/community.steam-api.com\/","token":"not real","steamid":"0","persona_…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
6 years ago