Added API Documentation

This commit is contained in:
david 2023-05-19 02:39:23 +02:00
parent 1206528e42
commit 9f6727d264

7
api/README Normal file
View File

@ -0,0 +1,7 @@
# API
## VideoAPI
| Method | URL | Action |
|-|-|-|
| `GET`| `/api` | Get all videos |
| `GET`| `/api?q=<query>` | Get all videos containing `<query>` |