From 7d3a5cc699c32e5d79482f2641743eb6b4719cf6 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 19 Aug 2022 18:26:27 +0700 Subject: [PATCH] add search api to readme --- tubearchivist/api/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tubearchivist/api/README.md b/tubearchivist/api/README.md index 615559a..1cb4cf9 100644 --- a/tubearchivist/api/README.md +++ b/tubearchivist/api/README.md @@ -33,6 +33,7 @@ Note: - [Login](#login-view) - [Task](#task-view) WIP - [Cookie](#cookie-view) +- [Search](#search-view) - [Ping](#ping-view) ## Authentication @@ -292,6 +293,11 @@ Or returns status code 400 on failure: } ``` +## Search View +GET /api/search/?query=\ + +Returns search results from your query. + ## Ping View Validate your connection with the API GET /api/ping