Rate Limiting
To ensure fair usage and prevent abuse of the EasyWeek API, rate limiting is implemented. Rate limiting restricts the number of requests a client can make within a specified time frame.
The EasyWeek API applies rate limiting to control request rates based on the following settings:
- Throttle Middleware: Throttle middleware is used to limit the number of requests made to API endpoints.
- Rate Limits: The rate limits are set to control the number of requests that can be made within specific time intervals.
By default, the EasyWeek API imposes the following rate limits:
- Authenticated Users: Authenticated users enjoy a higher rate limit of 60 requests per minute (60 RPM).
These rate limits are in place to ensure that the API remains responsive and available to all users while preventing abuse or excessive use. Please make sure your application adheres to these rate limits to maintain a smooth and reliable experience for all users of the EasyWeek API.