api icon indicating copy to clipboard operation
api copied to clipboard

Read-only API interface for steamcmd app_info

Results 3 api issues
Sort by recently updated
recently updated
newest added

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