You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring only handles dynamic url, not the dynamic type of the request/response.
To make a swagger api you need to extend the io.swagger.models.Swagger object with submit/retrieve operations translated from the CWL input/output bindings.
You would also need to add endpoints to the web server (jetty) that correspond to those swagger endpoints. For exampe in molviewer webservice I register my own resources.
We should auto generate the swagger api from the CWL files.
The text was updated successfully, but these errors were encountered: