Module

abhackus-rest-api

Objective: Orchestrates authentication, authorization, accounting, reporting, and admin operations with auditable rules.

Usage: Single integration point for web, TUI, and CLI tools, reducing logic duplication across channels.

Module diagram

graph TD W[Web] --> R[REST API] T[TUI] --> R C[CLI] --> R R --> D[(PostgreSQL)] R --> N[Notifications]