energy selfconsumption api
In this pull request, we add a new module to enable rest/api communitcation with the energy selfconsumption module.
For this communication, we opt to use fastapi addon from rest framework in order to implement the api.
In this first approach, we implemented three endpoints:
- energy_selfconsumption/projects
- energy_selfconsumption/projects/<project_id>
- energy_selfconsumption/projects/<project_id>/members
Documentation can be consulted here: doc