Skip to content

energy selfconsumption api

Juan Pedro Sánchez requested to merge IMP_fastapi_integration into dev

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

Merge request reports

Loading