fenfisdi / cdslab_cmodels_api

cmodels API repo
GNU General Public License v3.0
0 stars 0 forks source link

Endpoint: state variables #38

Closed jearistiz closed 3 years ago

jearistiz commented 3 years ago

Create a GET route (cmodels) with the following request schema:

{
  model_id: ObjectId
}

And the following response schema:

{
  model_id: ObjectId,
  state_variables: list[str],
  state_variables_units: dict[str, str]
}