mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-07-07 00:54:28 +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.