Lack of API control
Description
Current issue: The API provides no usage control mechanisms
No quotas: No way to limit the number of requests per user or API key
No monitoring: No access to usage stats, error rates, or response times
No throttling: No traffic regulation to prevent abuse or overload
Requested improvement
Add quotas: Allow customizable request limits per API key
Enable monitoring: Provide basic usage stats (calls, errors, latency)
Implement throttling: Introduce rate limiting to control traffic load
2
votes
