Add favourites endpoint

This commit is contained in:
Jesse Wierzbinski 2023-11-26 15:01:07 -10:00
parent f51476e810
commit b27d4219f9
No known key found for this signature in database
2 changed files with 81 additions and 1 deletions

View file

@ -162,12 +162,12 @@ Working endpoints are:
Tests needed but completed:
- `/api/v1/media/:id`
- `/api/v1/favourites`
Endpoints left:
- `/api/v1/reports`
- `/api/v1/accounts/:id/lists`
- `/api/v1/favourites`
- `/api/v1/accounts/:id/following`
- `/api/v1/follow_requests`
- `/api/v1/follow_requests/:account_id/authorize`