bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

Generate openapi.yaml documentation dynamically from the services list #121

Open warownia1 opened 1 year ago

warownia1 commented 1 year ago

The documentation is dynamically generated from the openapi.yaml file served by the flask application. Therefore, It should be possible to create that file dynamically too using service definition files, displaying endpoints for each installed service instead of a single generic /api/services/{service] path.