Weather.NET

Weather.NET's official website, where you can find the documentation for this library.


Project maintained by EloyEspinosa Hosted on GitHub Pages — Theme by mattgraham

HttpTooManyRequestsException

The exception that is thrown when a HTTP request ends in a 429 Too Many Requests error.

When is it used?

It’s used when an api key has been used more than the limit per minute of the key’s subscription plan.

Back