Skip to content
Miguel Tomas Silva edited this page Apr 12, 2023 · 20 revisions

Index


There's an ongoing scientific project for Smart DAQ able to do Live Upload of Experimental Data to a Data Repository that utilizes this library. Here's the link for the documentation.



Library API Implementation Progress


Wiki? Endpoint URL Implemented? Notes
Dataverses POST 'api/dataverses/$id' Y -
- GET api/dataverses/$id Y -
- GET api/dataverses/$id/contents Y -
- - DELETE api/dataverses/$id N -
- - POST api/dataverses/$id/datasets N -
- - POST api/dataverses/$identifier/actions/:publish N -
Datasets GET api/datasets/$id/versions Y -
- GET /api/datasets/$id/locks Y -
- - DELETE api/datasets/$id N -
- - POST api/dataverses/$id N -
- GET PUT api/datasets/$id/versions/:draft? Y -
- - POST PUT api/datasets/$id/actions/:publish?type=$type N -
MetadataBlocks GET api/metadatablocks Y -
- GET api/metadatablocks/$identifier Y -
Upload file POST /api/datasets/:persistentId/add?persistentId= Y Add a file to a dataset


Clone this wiki locally