docent-net / docent-net/mc-server-manager
Refactor server actions and API
Open
api
backend
refactor
- Dominant language
- Python
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, there are 2 entrypoints for invoking sever actions: CLI and API. Both have separately defined workflows (server_actions.py library for CLI and app.py for API).
Flows should be integrated and isolated. app.py should be just a client (as well as cli) of server_actions library.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.