Super simple API throttling / rate limit framework based on attributes. 
                        
                    
         
                Info
| Version: | 1.0.0 | 
| Author(s): | Andre Carlucci | 
| Last Update: | Friday, October 26, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/SharpTools/SharpApiRateLimit | 
| NuGet Url: | https://www.nuget.org/packages/SharpApiRateLimit | 
Install
Install-Package SharpApiRateLimit
                        dotnet add package SharpApiRateLimit
                        paket add SharpApiRateLimit
                        
                                SharpApiRateLimit Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.1.1)
 - Microsoft.AspNetCore.Mvc.Abstractions(>= 2.1.3)
 - Microsoft.AspNetCore.Mvc.Core(>= 2.1.3)
 - Microsoft.Extensions.Caching.Abstractions(>= 2.1.2)
 - Microsoft.Extensions.Caching.Memory(>= 2.1.2)
 
Tags