Info
| Version: | 2.1.0 | 
| Author(s): | xiaozg | 
| Last Update: | Monday, August 22, 2022 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/geeking/WebApiEasyInvoker | 
| NuGet Url: | https://www.nuget.org/packages/WebApiEasyInvoker | 
Install
Install-Package WebApiEasyInvoker
                        dotnet add package WebApiEasyInvoker
                        paket add WebApiEasyInvoker
                        
                                WebApiEasyInvoker Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- DispatchProxyAsync(>= 1.1.0)
 - Microsoft.Extensions.DependencyInjection(>= 3.1.9)
 - Microsoft.Extensions.Http(>= 3.1.9)
 - Newtonsoft.Json(>= 12.0.3)
 
Tags
                
call remote methods like local methods. support async methods,custom httpclient.
让远程方法(api接口)像本地方法一样方便调用。支持异步、自定义httpclient。.