-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or requestpatch versionAutomatically create a new patch version tag after PR is mergedAutomatically create a new patch version tag after PR is merged
Milestone
Description
Description
Integrate a rate limiter to the API.
API limiting, which is also known as rate limiting, is an essential component of Internet security, as DoS attacks can tank a server with unlimited API requests.
feat: Everything You Need To Know About API Rate Limiting by J Simpson
Make sure to cover the following:
- all requests throttled when they exceed the limit.
- new calls and requests receive a particular error code.
References
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpatch versionAutomatically create a new patch version tag after PR is mergedAutomatically create a new patch version tag after PR is merged