unusualarchive/api
2023-05-19 02:39:23 +02:00
..
__init__.py ADD: Api endpoint for search suggestions 2023-05-18 22:42:07 +02:00
README Added API Documentation 2023-05-19 02:39:23 +02:00
urls.py Api endpoint for video search with querying implemented 2023-05-19 01:06:50 +02:00
views.py Refactoring 2023-05-19 01:33:35 +02:00

# API
## VideoAPI

| Method | URL | Action |
|-|-|-|
| `GET`| `/api` | Get all videos |
| `GET`| `/api?q=<query>` | Get all videos containing `<query>` |