ucd-library / fin

FIN (Fedora IN docker) Base Services
MIT License
0 stars 0 forks source link

Fin archive endpoint #40

Closed UcDust closed 1 year ago

UcDust commented 1 year ago

Need to move the dams archiver code into fin, so a request to /fin/archive would generate a zip file for the paths sent in the request.

The GET route would have a query param ?paths=/item/x,/item/y comma-separated list of item paths, whereas the POST route will pass in a json array body containing all the items to zip.