From 9f6727d26422256102c0878434d734f3b2f50aee Mon Sep 17 00:00:00 2001 From: david Date: Fri, 19 May 2023 02:39:23 +0200 Subject: [PATCH] Added API Documentation --- api/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 api/README diff --git a/api/README b/api/README new file mode 100644 index 0000000..057fcf1 --- /dev/null +++ b/api/README @@ -0,0 +1,7 @@ +# API +## VideoAPI + +| Method | URL | Action | +|-|-|-| +| `GET`| `/api` | Get all videos | +| `GET`| `/api?q=` | Get all videos containing `` |