Add List uploaded apps

matu6968 2024-11-10 22:56:58 +01:00
parent aea073ad7d
commit 49f0ccea8b

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
```