akamsteeg / AtleX.HaveIBeenPwned

A fully async .NET Standard client library for the API of HaveIBeenPwned.com
https://www.nuget.org/packages/AtleX.HaveIBeenPwned/
MIT License
5 stars 0 forks source link

Improve documentation and default retry-after value of RateLimitExceededException #77

Closed akamsteeg closed 1 year ago

akamsteeg commented 1 year ago

Currently, RateLimitExceededException does not offer a lot of guidance on how to handle it correctly. We should improve things by expanding the documentation with links to the rate limiting section of the API documentation and some guidance how to use the value of the RetryAfter property.