Add List uploaded apps
parent
aea073ad7d
commit
49f0ccea8b
18
List-uploaded-apps.md
Normal file
18
List-uploaded-apps.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# To list currently uploaded apps:
|
||||
|
||||
## HTTP request type: `POST`
|
||||
|
||||
## Authorization required: No
|
||||
|
||||
## Endpoint: `/apps`
|
||||
|
||||
### Output:
|
||||
|
||||
If it contains any app in apps.json:
|
||||
```
|
||||
[{"name":"Camera","ver":"6","appid":"734017834573","info":"Take pictures using WebDesk! Handy for laptops, iOS support is buggy.","pub":"macos.amfi","path":"/uploads/Camera/index.js"}]
|
||||
```
|
||||
Otherwaise if it has no apps in apps.json:
|
||||
```
|
||||
null
|
||||
```
|
Loading…
Reference in New Issue
Block a user