mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Add doc entry for statuses/networkpublic_timeline api
This commit is contained in:
parent
53e3e49324
commit
dcc0a77949
1 changed files with 9 additions and 0 deletions
|
@ -338,6 +338,15 @@ Friendica doesn't allow showing the friends of other users.
|
|||
#### Unsupported parameters
|
||||
* trim_user
|
||||
|
||||
---
|
||||
### statuses/networkpublic_timeline (*; AUTH)
|
||||
#### Parameters
|
||||
* count: Items per page (default: 20)
|
||||
* page: page number
|
||||
* since_id: minimum id
|
||||
* max_id: maximum id
|
||||
* include_entities: "true" shows entities for pictures and links (Default: false)
|
||||
|
||||
---
|
||||
### statuses/replies (*; AUTH)
|
||||
#### Parameters
|
||||
|
|
Loading…
Reference in a new issue