glygener / glygen-issues

Repository for public GlyGen tickets
GNU General Public License v3.0
0 stars 0 forks source link

Provide Swagger URL and/or documentation #1954

Open ReneRanzinger opened 1 week ago

ReneRanzinger commented 1 week ago

GlyGen will download datasets from TableMaker for data integration. Please provide documentation or swagger URL for the following web services:

  1. Get list of all public datasets
  2. For a datasets provide the metadata (especially license)
  3. CSV download for a dataset
senaarpinar commented 23 hours ago

Here are the swagger urls for the requested web services:

  1. Get all public datasets: https://glygen.ccrc.uga.edu/tablemaker/api/swagger-ui/index.html#/public-data-controller/getDatasets

  2. Get a specific dataset with its metadata: https://glygen.ccrc.uga.edu/tablemaker/api/swagger-ui/index.html#/public-data-controller/getDataset

  3. Download csv for a given dataset: https://glygen.ccrc.uga.edu/tablemaker/api/swagger-ui/index.html#/public-data-controller/downloadTableForDataset

ReneRanzinger commented 23 hours ago

@rykahsay see above for the documentation of tablemaker API. Let us know if you have questions or need anything.