mcdougallab / modeldb

ModelDB 2020 redesign
http://modeldb.science
10 stars 2 forks source link

need an API #9

Open ramcdougal opened 4 years ago

ramcdougal commented 4 years ago

preferably RESTful

something like: /api/v1/ /api/v1/currents /api/v1/currents/243

here the v1 is indicating api version number

ramcdougal commented 4 years ago

One possible Swagger generator: https://github.com/axnsan12/drf-yasg

ramcdougal commented 4 years ago

With the above commit, much of the core functionality exists.

We probably want to enable things like searching, formatting, converting units, Swagger, ...