mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-03-24 22:50:13 +00:00
add search api to readme
This commit is contained in:
parent
93dc38e829
commit
7d3a5cc699
@ -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=\<query>
|
||||
|
||||
Returns search results from your query.
|
||||
|
||||
## Ping View
|
||||
Validate your connection with the API
|
||||
GET /api/ping
|
||||
|
Loading…
Reference in New Issue
Block a user