-
Notifications
You must be signed in to change notification settings - Fork 1
Rate Limiting #12
Copy link
Copy link
Open
Labels
endpoint developmentenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
endpoint developmentenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
API's commonly use rate limiting to deter malicious requests aiming to slow down the system for others and also ensure clients don't just spam the routes.
The main routes which benefit most from these are the routes related to Stop resources as these are the most complex.