biocore / microsetta-public-api

A public microservice to support The Microsetta Initiative
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Support obtaining detail about a dataset #71

Closed wasade closed 3 years ago

wasade commented 3 years ago

It would be pleasant to be able to query the endpoint to gather information about a dataset. For example, GET /dataset/{dataset} could return {"name": "foobar", "title": "some fancy name", "qiita-study-ids": [1, 2, 3], "datatype": "16S" | "WGS" | something else}.

Related, it would be helpful to be able to easily determine if a sample is part of a dataset. For example, GET /dataset/{dataset}/sample-id/{sample-id} could return true or false for existence.

wasade commented 3 years ago

Allow mechanism to get all dataset details