Skip to content
New issue

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

Create new endpoint to return pipeline vers. for specific pipeline name for query tool #117

Closed
3 tasks done
Tracked by #167
rmanaem opened this issue Oct 3, 2024 · 1 comment · Fixed by #125
Closed
3 tasks done
Tracked by #167
Assignees
Labels
released This issue/pull request has been released.

Comments

@rmanaem
Copy link
Contributor

rmanaem commented Oct 3, 2024

  • Has endpoint /pipelines that returns available pipeline names
  • Has endpoint /pipelines/{pipeline_term}/versions that takes a pipeline name as a path parameter and returns the available versions
  • Responds with a dictionary like {"PipelineName": ["version1", "version2"]}

Example request:

http://node-api.org/pipelines/np:fmriprep/versions

Example response:

{"np:fmriprep": ["23.1.3", "20.2.7"]}

Related to:

Copy link
Contributor

🚀 Issue was released in v0.4.0 🚀

@neurobagel-bot neurobagel-bot bot added the released This issue/pull request has been released. label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
Archived in project
2 participants