Rate Limiting Example

Read more on the docs.

The limit is set to 4 requests every 60 seconds.
After this, 2 requests are refilled every minute until it reaches 4 requests. Use it wisely :)
Rate limits can be dynamically adjusted e.g. to set a limit based on the authenticated user.