REST routes
DELETE /files | Deletes data on files |
GET /files | Gets files data and returns a JSON array with this data |
GET /files/{id} | Gets files data from a specified folder and returns a JSON array with this data |
GET /info | Gets data on the drive space and returns a JSON object with this data |
GET /info/{id} | Gets the size of a folder and the number of items in it |
POST /files/{id} | Creates a new file |
POST /upload/{id} | Uploads a new file |
PUT /files/{id} | Updates the name of a file and returns a JSON object with the result data |
PUT /files | Moves or copies a single or multiple files to a specified location |