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

Add a /datasets/{dataset}/quantitationTypes/{quantitationType} endpoint #1271

Open
arteymix opened this issue Oct 28, 2024 · 0 comments
Open
Assignees
Labels
enhancement Enhance the code or user experience rest-api Issues or pull requests involving the RESTful API

Comments

@arteymix
Copy link
Member

It's currently using a query parameter, but a path parameter would be better. With single-cell data, there are additional endpoints we will be adding:

  • /datasets/{dataset}/quantitationTypes/{quantitationType}/singleCellDimension, only single-cell
  • /datasets/{dataset}/quantitationTypes/{quantitationType}/bioAssayDimension, either raw or processed
  • /datasets/{dataset}/quantitationTypes/{quantitationType}/data, either raw or processed
  • /datasets/{dataset}/quantitationTypes/{quantitationType}/singleCellData, only single-cell

I think it's good to keep /datasets/{dataset}/data/raw and /datasets/{dataset}/singleCellData for the preferred ones. The quantitationType parameter would simply be deprecated.

@oganm let me know what you think!

@arteymix arteymix added enhancement Enhance the code or user experience rest-api Issues or pull requests involving the RESTful API labels Oct 28, 2024
@arteymix arteymix self-assigned this Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance the code or user experience rest-api Issues or pull requests involving the RESTful API
Projects
None yet
Development

No branches or pull requests

1 participant