BugZoo
BugZoo copied to clipboard
Add file operations to API
- [x]
GET /file/:container/:file - [ ]
PATCH /file/:container/:file - [x]
PUT /file/:container/:file - [ ]
DELETE /file/:container/:file - [ ] ensure
:fileis used to describe an absolute path
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.