Add a /datasets/{dataset}/quantitationTypes/{quantitationType}
endpoint
#1271
Labels
enhancement
Enhance the code or user experience
rest-api
Issues or pull requests involving the RESTful API
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-cellI think it's good to keep
/datasets/{dataset}/data/raw
and/datasets/{dataset}/singleCellData
for the preferred ones. ThequantitationType
parameter would simply be deprecated.@oganm let me know what you think!
The text was updated successfully, but these errors were encountered: