Clinical-Genomics / loqusdbapi

A simple REST api for loqusdb
2 stars 0 forks source link

Endpoint that returns loqusdb version? #2

Closed northwestwitch closed 3 years ago

northwestwitch commented 3 years ago

Working on the integration with Scout. Would be nice to have an endpoint of this app that returns the version of loqusdb (not of this app). Also because there is this check in Scout that loqus version should be >= 2.5. I need to skip version check when Scout connects using the loqusapi but perhaps returning a version (in the / endpoint?) isn't so complicated..

moonso commented 3 years ago

Sounds good and easy :)

moonso commented 3 years ago

You can skip that for now I guess

northwestwitch commented 3 years ago

I wrote a PR already, you could review and see if it's OK!