BugZoo icon indicating copy to clipboard operation
BugZoo copied to clipboard

Add file operations to API

Open ChrisTimperley opened this issue 7 years ago • 1 comments

  • [x] GET /file/:container/:file
  • [ ] PATCH /file/:container/:file
  • [x] PUT /file/:container/:file
  • [ ] DELETE /file/:container/:file
  • [ ] ensure :file is used to describe an absolute path

ChrisTimperley avatar Mar 23 '18 19:03 ChrisTimperley

To address #213, the :file parameter in each of these paths should be used to describe the absolute path to a file inside the container. It should be the responsibility of the client to map relative files to their absolute paths.

ChrisTimperley avatar May 21 '18 18:05 ChrisTimperley