phenoscape / owlery

Owlery is a set of REST web services which allow querying of an OWL reasoner containing a configured set of ontologies.
MIT License
16 stars 11 forks source link

Minor enhancement: URL extensions #149

Closed rpgoldman closed 3 years ago

rpgoldman commented 3 years ago
  1. I can get at the swagger UI for Owlery at http://localhost:8080/docs/index.html for my local server listening on 8080. It would follow convention for this page also to be available at http://localhost:8080/docs/ but that URL gives me a 404.
  2. It's common for sites that serve up a Swagger API as JSON to also serve it up as YAML, which some prefer. Again, not critical, but if it's easy, it would be worth doing.
  3. The Swagger UI would be a reasonable default landing page for http://localhost:8080/. But I don't know if this is feasible, since Owlery seems to be intended to be combined with other tools into an overall web site.

Again, these are only proposed enhancements, and should not be prioritized, but I thought they were worth mentioning.