Design API Rate Limiter
Problem Statement:
- Let’s design an API Rate Limiter which will throttle users based upon the number of the requests they are sending.
- Difficulty Level: Medium
← Previous: Design Type Ahead Suggestion
Next: Design Twitter Search →