nomad-nmr / nomad-server

Server side code for NOMAD system
https://www.nomad-nmr.uk/
GNU Affero General Public License v3.0
3 stars 2 forks source link

Add OpenAPI support #159

Open lukasturcani opened 2 weeks ago

lukasturcani commented 2 weeks ago

This PR adds boilerpate allowing the creation of Swagger documentation via the swagger-ui-express dependency.

The first endpoint im adding is /api/v2/auto-experiments which allows the querying and filtering of auto-experiments

How it works

image