mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:39:18 +00:00
add search api to readme
This commit is contained in:
@@ -33,6 +33,7 @@ Note:
|
|||||||
- [Login](#login-view)
|
- [Login](#login-view)
|
||||||
- [Task](#task-view) WIP
|
- [Task](#task-view) WIP
|
||||||
- [Cookie](#cookie-view)
|
- [Cookie](#cookie-view)
|
||||||
|
- [Search](#search-view)
|
||||||
- [Ping](#ping-view)
|
- [Ping](#ping-view)
|
||||||
|
|
||||||
## Authentication
|
## Authentication
|
||||||
@@ -292,6 +293,11 @@ Or returns status code 400 on failure:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Search View
|
||||||
|
GET /api/search/?query=\<query>
|
||||||
|
|
||||||
|
Returns search results from your query.
|
||||||
|
|
||||||
## Ping View
|
## Ping View
|
||||||
Validate your connection with the API
|
Validate your connection with the API
|
||||||
GET /api/ping
|
GET /api/ping
|
||||||
|
|||||||
Reference in New Issue
Block a user