elixir-cloud-aai / trs-filer

Lightweight, flexible Flask/Gunicorn-based GA4GH TRS implementation
Apache License 2.0
8 stars 6 forks source link

Update GET /tools/{id}/versions/{version_id} endpoint #24

Closed kushagra189 closed 4 years ago

kushagra189 commented 4 years ago

User mongo filters for extracting the specific version. A minor change is required. Current Flow : Extracting tool object and iterating over the versions to extract the required version. Required : Use pymongo filter methods to extract the object.

Refer toolsIdVersionsVersionIdGet implementation under server.py.

uniqueg commented 4 years ago

Closed by #38