Dev Proxy
Simulate rate limiting on GitHub APIs
Last modified on February 5, 2025
This sample contains a preset to simulate rate limiting on GitHub APIs. GitHub APIs support rate limiting, which is a mechanism that informs developers of the available server resources and allows them to increase the data throughput by staying under the rate limits and avoiding throttling.
View on GitHub Download from GitHubReferences
Get started with the Dev Proxy
The tutorial will introduce you to the Dev Proxy and show you how to use its features.
Use preset configurations
Instructions on how to configure the Dev Proxy to use a different configuration file.
RateLimitingPlugin documentation
The documentation of the RateLimitingPlugin for the Dev Proxy.
Rate limiting
Rate limiting documentation for GitHub API