CDLUC3 / dmphub

Simple metadata repository for networked DMPs
MIT License
3 stars 1 forks source link

Set up Hub API #1

Closed mariapraetzellis closed 4 years ago

mariapraetzellis commented 5 years ago

API to accept DMP metadata as JSON (see Sam’s demo) POST /data_management_plans/:id API to accept PDF file for a specific DMP DOI (to be versioned and preserved in repo in step 6) PUT /data_management_plans/:id API that returns list of DMP DOIs for a given date range GET /data_management_plans API that returns a DMP as JSON (following the common standard model) GET /data_management_plans/:id

briri commented 4 years ago

Going to close this one. The initial code this is in place.

Still more work to be done but will open new more specific tickets.