add search api to readme

This commit is contained in:
simon 2022-08-19 18:26:27 +07:00
parent 93dc38e829
commit 7d3a5cc699
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 6 additions and 0 deletions

View File

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