Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server needs a "metadata" endpoint #20

Open
mycrobe opened this issue Mar 3, 2016 · 0 comments
Open

Server needs a "metadata" endpoint #20

mycrobe opened this issue Mar 3, 2016 · 0 comments

Comments

@mycrobe
Copy link
Contributor

mycrobe commented Mar 3, 2016

It would be nice to be able to get some information about the gramene server… from the server.

I propose a zero-param metadata or about endpoint that returns a simple doc that could look like this:

{
  "gramene" : {
    "dbVersion": 50,
    "ensemblVersion": 84,
    "releaseDate": "Thu Mar 22 2016 12:23:01 GMT-0500 (EST)"
  },
  "software" : {
    "gramene-swagger": "0.50.5"
  }
}

Working out what is needed in this document is part of this issue.

@mycrobe mycrobe added this to the Release 51 milestone Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant