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.
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.