WildMeOrg / wildbook-ia

Wildbook's Image Analysis (WBIA) backend service supporting machine learning for wildlife conservation
https://wildbook.org
Apache License 2.0
76 stars 19 forks source link

Add /api/version/ to return wbia version #190

Closed karenc closed 3 years ago

karenc commented 3 years ago
GET /api/version/

should return something like:

{
  "status": {
    "success": true,
    "code": 200,
    "message": "",
    "cache": -1
  },
  "response": {
    "version": "3.5.1.dev23"
  }
}