mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-05-18 22:37:08 +08:00
- Implemented `/v0/management/usage` endpoint for fetching queued usage records from Redis. - Included validation for `count` parameter to ensure positive integers. - Added unit tests for queue retrieval and validation, with authentication validation in integration tests. - Updated management routing to include the new endpoint.