Implement a REST API interface to allow external systems, including users (through a web interface), to interact with Edge Mining application.
Features that could be implemented:
- Basic CRUD operations on the miner entity (Create, Read, Update and Delete)
- Basic CRUD operations on the home load entity and home load profile (Create, Read, Update and Delete)
- Basic CRUD operations on the optimization policy and automation rule (Create, Read, Update and Delete)
- Basic CRUD operations on the user settings (Create, Read, Update and Delete)
- Trigger an energy evaluation
- ...
I think it can be implemented with FastAPI.
We could use this discussion to think about what features could be included 🙂.
Implement a REST API interface to allow external systems, including users (through a web interface), to interact with Edge Mining application.
Features that could be implemented:
I think it can be implemented with FastAPI.
We could use this discussion to think about what features could be included 🙂.