diff --git a/backend/api.go b/backend/api.go new file mode 100644 index 0000000..7bea488 --- /dev/null +++ b/backend/api.go @@ -0,0 +1,18 @@ +package main + +// Alice LG Rest API +// +// The API provides endpoints for getting +// information from the routeservers / alice datasources. +// +// Endpoints: +// +// Config +// Show /api/config +// +// Routeservers +// List /api/routeservers +// Status /api/routeservers/:id/status +// Neighbours /api/routeservers/:id/neighbours +// Routes /api/routeservers/:id/neighbours/:neighbour_id/routes +//