Info
| Version: | 1.0.1 | 
| Author(s): | Wesley Ameling | 
| Last Update: | Thursday, October 22, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/Ameling.BatchRequest | 
Install
Install-Package Ameling.BatchRequest
                        dotnet add package Ameling.BatchRequest
                        paket add Ameling.BatchRequest
                        
                                Ameling.BatchRequest Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
 
                
While REST API's are quite strong, sometimes lots of values have to be retrieved before proper UI can be shown. Launching multiple requests is definitely an option, but when the amount increases it is a good idea to bundle your requests to both make your UI code simpler and save some load on your server.