Add new API endpoint (instance endpoint)

This commit is contained in:
Jesse Wierzbinski 2023-09-30 17:24:58 -10:00
parent 4b82655e33
commit bff170d2e2
4 changed files with 100 additions and 0 deletions

View file

@ -82,6 +82,7 @@ Working endpoints are:
- `/api/v1/statuses/:id` (`GET`, `DELETE`)
- `/api/v1/statuses`
- `/api/v1/apps`
- `/api/v1/instance`
- `/api/v1/apps/verify_credentials`
- `/oauth/authorize`
- `/oauth/token`