InfoCommons / cic

Apache License 2.0
0 stars 0 forks source link

REST API for Assets #94

Closed sg3847 closed 1 year ago

sg3847 commented 2 years ago

Implement the following API endpoints for assets:

GET /assets - Get list of all assets POST /assets - Create a new asset GET /assets/{id} - Get an asset PATCH, /assets/{id} - Update asset metadata for a given id DELETE /assets/{id} - Remove an asset