Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use HttpClient and RateLimiter to force consumers to respect the api rate limits #110

Open
chinwobble opened this issue Apr 19, 2017 · 0 comments

Comments

@chinwobble
Copy link

System.NET.HTTP.HttpClient provides a higher level abstraction on web requests that allows you to more easily inject custom logic such as rate limiting, and default headers in the request pipeline.

See below for an example of its usage.
https://raw.githubusercontent.com/chinwobble/CommonServices/master/src/WebAccessService/Common/RateLimitHandler.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant