1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Added reblogged_by/favourited_by APIs

Eugen 2016-11-03 15:06:48 +01:00
parent e7c2d72cca
commit 38edb39ff9

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