sahin-a / SteamAccountSwitcher

Steam Account Switcher - One step ahead ❤️
GNU General Public License v3.0
20 stars 2 forks source link

Add REST API Project #30

Closed sahin-a closed 2 years ago

sahin-a commented 2 years ago

Build additional rest api project, should be a quick win since all the logic already exists and is loosely coupled.

Could then build an android app for switching accounts or maybe a new desktop client written in a different language like kotlin (cuz nice) since I don't have to rewrite all the logic since its behind the rest api then. Why not both?

The API should also be documented incase someone maybe wants to write his own version without going through all the code.

The original avalonia desktop client should stay standalone and not be dependent on the rest api since I would assume that most users don't want to waste their computer resources running an additional rest service on their computer for something they aren't planning on using anyways

AC