feat(modules): public module discovery endpoint GET /api/modules #97
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ref: docs/MODULES.md §6, §11 step 4
Implement
GET /api/modules— public, no authentication required.Clients (web UI, silo-mod, silo-calc) call this pre-login to discover:
Response structure:
The
configsub-object exposes only public, non-secret metadata. Never includes passwords, tokens, or secret keys.Depends on #96.