Added blocking, unblocking, removing from followers and unfollowing

This commit is contained in:
Jesse Wierzbinski 2023-09-21 21:07:39 -10:00
parent a9688b8178
commit bb2c770b68
8 changed files with 320 additions and 11 deletions

View file

@ -67,6 +67,9 @@ Working endpoints are:
- `/api/v1/accounts/:id`
- `/api/v1/accounts/:id/statuses`
- `/api/v1/accounts/:id/follow`
- `/api/v1/accounts/:id/unfollow`
- `/api/v1/accounts/:id/block`
- `/api/v1/accounts/:id/unblock`
- `/api/v1/accounts/update_credentials`
- `/api/v1/accounts/verify_credentials`
- `/api/v1/statuses`