avivbiton / BlizzardApiReader

.Net Core library to handle Blizzard public APIs
MIT License
35 stars 36 forks source link

Created a MaxLimitReached method. #65

Open kc-correa opened 3 years ago

kc-correa commented 3 years ago

Created a method called MaxLimitReached that lets the user know that the maximum limit has been reached for quotas. This can be found in LimitersList.cs. Bear with me as this is my first time contributing to an open source project.