VizierDB / vizier-scala

The Vizier kernel-free notebook programming environment
Other
34 stars 11 forks source link

Swagger for API #200

Closed okennedy closed 2 years ago

okennedy commented 2 years ago

We already have the API in a neat format. We should generate a script to translate it to a swaggerfile before we release.

okennedy commented 2 years ago

Still need to generate the swagger docs themselves. Ideally this could be done programmatically from within either build_routes.sc or build.sc. See here for the maven plugin that we might mimic.