api
api copied to clipboard
Read-only API interface for steamcmd app_info
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...
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...
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...