sogno-platform / dpsim-api

REST API to run dynamic power system simulations using DPsim
Apache License 2.0
2 stars 2 forks source link

Implement /simulations correctly #26

Closed richardmarston closed 2 years ago

richardmarston commented 2 years ago

Currently the /simulations endpoint returns a dummy simulation. Implement the returning the array of existing endpoints. As returning all the simulations will be lots of data, just return a summary for each simulation.

richardmarston commented 2 years ago

This issue will be fixed by change request https://github.com/sogno-platform/dpsim-api/pull/28