Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 72bfda1

Browse files
committed
Add version 0.3. Files endpoints.
1 parent 7674a6a commit 72bfda1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ All GET requests can be output in one of the following formats: **JSON (default)
3030
`/api/disk/iops` - Input and Output operations per second for all physical disks \
3131
`/api/video` - List of all video adapters, video memory size and resolution \
3232
`/api/network` - List of all network adapters and their settings \
33-
`/api/files` - Get a list of files and directories at the specified path in the **Path header** with the size and date of creation, access and modification
33+
`/api/files` - Get a list of files and directories at the specified path in the **Path header** with the size, number of child files and directories, date of creation, access and modification
3434

3535
- **Web**
3636

@@ -43,7 +43,7 @@ Simple HTTP server with the ability to stop and start services and process using
4343

4444
`/apt/service/service_name` - Stop, start and restart services by name (only one at a time, not wildcard format), status is transmitted in the request header (**Status: <Stop/Start/Restart>**). Upon execution, the service status is returned in the format of a GET request. \
4545
`/apt/process/process_name` - Check the number of running processes (**Status: Check**), stop a process by name (**Status: Stop**) and start a process (**Status: Start**). To start a process, you can use the function to search for an executable file in the file system by its name, but you can also pass the path to the executable file through the request header (e.g. **Path: C:\Program Files\qBittorrent\qbittorrent.exe**). \
46-
`/api/file-delete` - Deleting the file or directory specified in the header (**Path:**) one at a time
46+
`/api/file-delete` - Deleting the file or directory specified in the header **Path** one at a time
4747

4848
### 🚀 Install
4949

0 commit comments

Comments
 (0)