mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Add reblog and unreblog endpoints
This commit is contained in:
parent
5bba96435c
commit
ca94c35bc4
9 changed files with 368 additions and 7 deletions
|
|
@ -86,12 +86,16 @@ Working endpoints are:
|
|||
- `/api/v1/accounts/update_credentials`
|
||||
- `/api/v1/accounts/verify_credentials`
|
||||
- `/api/v1/accounts/familiar_followers`
|
||||
- `/api/v1/profile/avatar` (`DELETE`)
|
||||
- `/api/v1/profile/header` (`DELETE`)
|
||||
- `/api/v1/statuses/:id` (`GET`, `DELETE`)
|
||||
- `/api/v1/statuses/:id/context`
|
||||
- `/api/v1/statuses/:id/favourite`
|
||||
- `/api/v1/statuses/:id/unfavourite`
|
||||
- `/api/v1/statuses/:id/favourited_by`
|
||||
- `/api/v1/statuses/:id/reblogged_by`
|
||||
- `/api/v1/statuses/:id/reblog`
|
||||
- `/api/v1/statuses/:id/unreblog`
|
||||
- `/api/v1/statuses`
|
||||
- `/api/v1/timelines/public`
|
||||
- `/api/v1/timelines/home`
|
||||
|
|
@ -104,7 +108,6 @@ Working endpoints are:
|
|||
|
||||
Endpoints left:
|
||||
|
||||
- `/api/v1/search`
|
||||
- `/api/v2/media`
|
||||
- `/api/v1/media/:id`
|
||||
- `/api/v1/reports`
|
||||
|
|
@ -135,11 +138,7 @@ Endpoints left:
|
|||
- `/api/v1/tags/:id`
|
||||
- `/api/v1/tags/:id/follow`
|
||||
- `/api/v1/tags/:id/unfollow`
|
||||
- `/api/v1/profile/avatar` (`DELETE`)
|
||||
- `/api/v1/profile/header` (`DELETE`)
|
||||
- `/api/v1/statuses/:id/translate`
|
||||
- `/api/v1/statuses/:id/reblog`
|
||||
- `/api/v1/statuses/:id/unreblog`
|
||||
- `/api/v1/statuses/:id/bookmark`
|
||||
- `/api/v1/statuses/:id/unbookmark`
|
||||
- `/api/v1/statuses/:id/mute`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue