We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/pipelines
/pipelines/{pipeline_term}/versions
Example request:
http://node-api.org/pipelines/np:fmriprep/versions
Example response:
{"np:fmriprep": ["23.1.3", "20.2.7"]}
Related to:
/attributes
The text was updated successfully, but these errors were encountered:
🚀 Issue was released in v0.4.0 🚀
v0.4.0
Sorry, something went wrong.
alyssadai
Successfully merging a pull request may close this issue.
/pipelines
that returns available pipeline names/pipelines/{pipeline_term}/versions
that takes a pipeline name as a path parameter and returns the available versionsExample request:
Example response:
Related to:
/pipelines
router & route for fetching available pipeline versions api#350Blocked by:
/attributes
router into attribute-specific routers api#354The text was updated successfully, but these errors were encountered: