app/ api/ app.py # FastAPI app bootstrap + middleware + router mounting v1/ api.py # v1 router composition (protected_router pattern) routers/ auth.py # register/login/me + RBAC dependency ...
Timetracer records real API request executions into portable cassettes and replays them locally by mocking dependency calls (HTTP, database, Redis). Record once ...