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