Add API for resolver

This commit is contained in:
Tom 2023-06-29 10:05:29 +02:00
parent 4f4fa2b3d7
commit 3ef9c23a0c
7 changed files with 98 additions and 7 deletions

3
API.md
View file

@ -18,8 +18,9 @@ NOTE: These routes will be documented using a Swagger / OpenAPI definition in th
All routes can be found under `/api/v1/http/`
- `/api/v1/auth`: Returns api session information
- `/api/v1/systems`: Returns a (publically visible) list of systems
- `/api/v1/news`: Returns JSON containing all news items
- `/api/v1/instances/directory`: Returns a (publically visible) list of systems
- `/api/v1/resolve?uri=...`: Resolve a URI
## Interactive Websocket API