steamcmd / api

Read-only API interface for steamcmd app_info
https://www.steamcmd.net
MIT License
59 stars 8 forks source link

Rewrite with FastAPI #11

Closed jonakoudijs closed 1 year ago

jonakoudijs commented 4 years ago

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. This is a very popular project and widely used for different kind of (API-related) use cases.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jonakoudijs commented 1 year ago

As of version 1.10.0 the API has been rewritten to FastAPI 🥳