add /api route to the API documentation
All checks were successful
Build the docker image for the doc server / build (push) Successful in 14s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-04-08 03:00:02 +03:00
parent 4fb78c0ab7
commit 8d16273540
2 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
My website's API, [api.ngn.tf](https://api.ngn.tf), stores information about my
self-hosted services, it also allows me to publish news and updates about these
services using an Atom feed and it keeps track of visitor metrics. The API itself is
written in Go and uses SQLite for storage.
My website's API, stores information about my self-hosted services, it also allows me
to publish news and updates about these services using an Atom feed and it keeps track
of visitor metrics.
This documentation contains information about all the available API endpoints.
This documentation contains information about all the available API endpoints. All the
endpoints can be accessed using the `/api` route.
## Version 1 Endpoints
Each version 1 endpoint, can be accessed using the `/v1` route.