Closed karansohi closed 11 months ago
The changes involve updates to documentation and examples for rate limiting using the Aperture SDK. They include renaming file paths, refining the SDK's usage instructions, and adding new code examples for initializing the Aperture client and handling request rate limits. The updates aim to enhance the user experience in setting up and monitoring rate limiting policies with the Aperture Cloud UI and aperturectl.
File Path | Change Summary |
---|---|
docs/.../validate.sh |
Updated file paths for policy and graph files. |
docs/.../per-user-rate-limiting.md |
Updated documentation and examples for rate limiting with Aperture SDK; added UI and aperturectl instructions. |
sdks/.../quota_scheduler_example.ts |
Introduced new module with functions for Aperture client initialization and request scheduling; added inquirer dependency. |
sdks/.../rate_limit_example.ts |
Added new functions for Aperture client initialization and rate limit handling; updated main function. |
🐇✨ In the land of code, where the data streams flow,
A rabbit hopped in, with updates in tow.
With a tweak and a fix, and a doc so bright,
Rate limits set right, into the digital night. 🌙
🌟🐾
Description of change
Checklist
Summary by CodeRabbit
Documentation
New Features
Bug Fixes