mirror of
https://github.com/friendica/friendica
synced 2025-09-03 01:05:04 +02:00
Implement the blocks/list API
This commit is contained in:
parent
6b622fa9e4
commit
3e4af13772
2 changed files with 43 additions and 2 deletions
14
doc/api.md
14
doc/api.md
|
@ -278,6 +278,19 @@ Friendica doesn't allow showing the friends of other users.
|
|||
|
||||
* include_entities: "true" shows entities for pictures and links (Default: false)
|
||||
|
||||
---
|
||||
### blocks/list (*; AUTH)
|
||||
|
||||
#### Parameters
|
||||
|
||||
* include_entities: "true" shows entities for pictures and links (Default: false)
|
||||
* count: Items per page (default: 20).
|
||||
* page: page number
|
||||
|
||||
#### Unsupported parameters
|
||||
* cursor
|
||||
* skip_status
|
||||
|
||||
---
|
||||
### statuses/friends_timeline (*; AUTH)
|
||||
#### Parameters
|
||||
|
@ -941,7 +954,6 @@ The following API calls from the Twitter API are not implemented in either Frien
|
|||
* account/update_delivery_device
|
||||
* account/update_profile
|
||||
* account/update_profile_background_image
|
||||
* blocks/list
|
||||
* blocks/ids
|
||||
* users/lookup
|
||||
* users/show
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue