mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Enable verbatim module syntax + more API routes
This commit is contained in:
parent
991a2cba84
commit
be9b2e3376
84 changed files with 438 additions and 192 deletions
10
README.md
10
README.md
|
|
@ -154,16 +154,20 @@ Working endpoints are:
|
|||
- `/oauth/authorize`
|
||||
- `/oauth/token`
|
||||
|
||||
Endpoints left:
|
||||
Tests needed but completed:
|
||||
|
||||
- `/api/v2/media`
|
||||
- `/api/v1/media/:id`
|
||||
- `/api/v1/blocks`
|
||||
- `/api/v1/mutes`
|
||||
|
||||
|
||||
Endpoints left:
|
||||
|
||||
- `/api/v1/reports`
|
||||
- `/api/v1/accounts/:id/lists`
|
||||
- `/api/v1/favourites`
|
||||
- `/api/v1/accounts/:id/following`
|
||||
- `/api/v1/mutes`
|
||||
- `/api/v1/blocks`
|
||||
- `/api/v1/follow_requests`
|
||||
- `/api/v1/follow_requests/:account_id/authorize`
|
||||
- `/api/v1/follow_requests/:account_id/reject`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue