steamcmd / api

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

Init rewrite to FastAPI #38

Closed jonakoudijs closed 1 year ago

jonakoudijs commented 1 year ago

This PR will rewrite the api with FastAPI and stop using the steamcmd binary and instead use the spoofed client from the python steamcmd module. The code is raw and unstructured but it works for now.

The structure of the results and URI's are kept the same to make sure it is backwards compatible. In the future I might rewrite this properly and create a new major version.