DataBiosphere / job-manager

Job Manager API and UI for interacting with asynchronous batch jobs and workflows.
BSD 3-Clause "New" or "Revised" License
26 stars 5 forks source link

Job Manager API Swagger #477

Open rexwangcc opened 6 years ago

rexwangcc commented 6 years ago

It would be great to have a swagger UI listing all of the available API endpoints of JMUI.

cjllanwarne commented 5 years ago

@rexwangcc isn't this jobs.yaml?

rexwangcc commented 5 years ago

@cjllanwarne I'm thinking more about an actual swagger UI, such as https://cromwell.caas-prod.broadinstitute.org. It won't be hard to have that since Job Manager's API is built on top of connexion app, which ships with a UI component (https://github.com/zalando/connexion#the-swagger-ui-console)