Jona Koudijs

Results 8 issues of Jona Koudijs

When something goes wrong it's hard to de bug because we don't know what has happened during that request (which steps did succeed and which did not). For example logging...

enhancement
rewrite

Current codebase is build on simple and complete custom code. The current custom framework/base makes contributing and maintenance harder. One of the solutions is using a framework like [FastAPI](https://fastapi.tiangolo.com/). This...

enhancement
rewrite

Create a health status endpoint that can be used to quickly see the health status of the API (instance) that checks if `steamcmd`, http connection, API etc. works. This endpoint...

enhancement
rewrite

Great work with this small but nonetheless great project. I noticed a small typo with the js script title. If you have more ideas and/or need help let me know...

Reported by **Zadeerade** on [Discord](https://discord.steamcmd.net). --- When request app info for app id 2008980 the API returns an empty data object: ``` $ curl https://api.steamcmd.net/v1/info/2008980 {"data": {"2008980": {}}, "status": "success"...

bug

Currently the API returns a 200 HTTP error when the upstream Steam servers fail (and don't return a useful response). Even though the SteamCMD API is functioning properly, returning a...

enhancement

The `tracker` and `worker` microservices work as expected and continuously connect to the Steam servers. But when is a connection issue to the Steam servers the loop breaks and the...

rewrite

This is an overarching issue for the microservices rewrite of the API. When major changes are made to the design, this issue will be updated. --- > The `receiver` and...

rewrite