fenfisdi / cdslab_cmodels_api

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

Endpoint: compartmental models #19

Closed jearistiz closed 3 years ago

jearistiz commented 3 years ago

Create a GET route with the following response schema:

{
    models: list[compartmental_model]
}

where compartmental_model has the following schema

{
  name: string,
  indentifier: string
}
davisfelipe commented 3 years ago

Closed