BioContainers / biocontainers-backend

Python backend for Biocontainers (Flask + MongoDB)
http://biocontainers.pro
Apache License 2.0
3 stars 1 forks source link

Get the latest image for all tools #25

Open multimeric opened 4 years ago

multimeric commented 4 years ago

My use-case for the biocontainers API involves querying every single tool. Currently I have to do this by hitting /tools once, and then /tools/{id}/versions/{version_id} several thousand times. It would be nice to have a query parameter allowing me to include the image data in the /tools response so that I don't have to do this.