mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Added reblogged_by/favourited_by APIs
parent
e7c2d72cca
commit
38edb39ff9
1 changed files with 7 additions and 0 deletions
7
API.md
7
API.md
|
|
@ -120,6 +120,13 @@ Returns the target status.
|
|||
|
||||
Returns `ancestors` and `descendants` of the status.
|
||||
|
||||
## Who reblogged/favourited a status
|
||||
|
||||
**GET /api/v1/statuses/:id/reblogged_by**
|
||||
**GET /api/v1/statuses/:id/favourited_by**
|
||||
|
||||
Returns list of accounts.
|
||||
|
||||
## Following and unfollowing users
|
||||
|
||||
**POST /api/v1/accounts/:id/follow**
|
||||
|
|
|
|||
Loading…
Reference in a new issue