Spring Hire Sale
Limited Time Deal: Unlock all premium questions for over 30% off
$10.42$7.08
08
:
04
:
49
:
38
Back to Dashboard
API Credit Manager
Hard
You are building an API credit management system for a cloud platform. Each client account is assigned a custom credit policy that defines the maximum credits they can hold, how many credits are restored at each refill, and how often refills occur. The system enforces independent credit budgets per account and refills credits lazily based on elapsed time.
Implement the CreditManager class:
...