mirror of
https://github.com/friendica/friendica
synced 2025-04-27 12:30:11 +00:00
Merge pull request #4097 from Rudloff/feature/search_api
Implement search API (fixes #929)
This commit is contained in:
commit
7a6706b0f7
2 changed files with 77 additions and 0 deletions
18
doc/api.md
18
doc/api.md
|
@ -462,6 +462,24 @@ It shows all direct answers (excluding the original post) to a given id.
|
|||
|
||||
Friendica doesn't allow showing followers of other users.
|
||||
|
||||
---
|
||||
### search (*; AUTH)
|
||||
#### Parameters
|
||||
* q: search query
|
||||
* page: the page number (starting at 1) to return
|
||||
* rpp: the number of statuses to return per page
|
||||
* count: alias for the rpp parameter
|
||||
* since_id: returns statuses with ids greater than the given id
|
||||
* max_id: returns statuses with ids lower or equal to the given id
|
||||
|
||||
#### Unsupported parameters
|
||||
* geocode
|
||||
* lang
|
||||
* locale
|
||||
* result_type
|
||||
* until
|
||||
* include_entities
|
||||
|
||||
---
|
||||
### users/search (*)
|
||||
#### Parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue