mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-07 01:48:06 -06:00
unfollows from gts => remote now working
This commit is contained in:
parent
6c7b7659f8
commit
3623205fd7
21 changed files with 368 additions and 47 deletions
|
|
@ -17,12 +17,12 @@
|
|||
* [x] /api/v1/accounts/:id GET (Get account information)
|
||||
* [x] /api/v1/accounts/:id/statuses GET (Get an account's statuses)
|
||||
* [x] /api/v1/accounts/:id/followers GET (Get an account's followers)
|
||||
* [ ] /api/v1/accounts/:id/following GET (Get an account's following)
|
||||
* [x] /api/v1/accounts/:id/following GET (Get an account's following)
|
||||
* [ ] /api/v1/accounts/:id/featured_tags GET (Get an account's featured tags)
|
||||
* [ ] /api/v1/accounts/:id/lists GET (Get lists containing this account)
|
||||
* [ ] /api/v1/accounts/:id/identity_proofs GET (Get identity proofs for this account)
|
||||
* [ ] /api/v1/accounts/:id/follow POST (Follow this account)
|
||||
* [ ] /api/v1/accounts/:id/unfollow POST (Unfollow this account)
|
||||
* [x] /api/v1/accounts/:id/follow POST (Follow this account)
|
||||
* [x] /api/v1/accounts/:id/unfollow POST (Unfollow this account)
|
||||
* [ ] /api/v1/accounts/:id/block POST (Block this account)
|
||||
* [ ] /api/v1/accounts/:id/unblock POST (Unblock this account)
|
||||
* [ ] /api/v1/accounts/:id/mute POST (Mute this account)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue