Fonlow.WebApiClientGen
3.5.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Fonlow.WebApiClientGen --version 3.5.0
NuGet\Install-Package Fonlow.WebApiClientGen -Version 3.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fonlow.WebApiClientGen" Version="3.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fonlow.WebApiClientGen --version 3.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Fonlow.WebApiClientGen, 3.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fonlow.WebApiClientGen as a Cake Addin #addin nuget:?package=Fonlow.WebApiClientGen&version=3.5.0 // Install Fonlow.WebApiClientGen as a Cake Tool #tool nuget:?package=Fonlow.WebApiClientGen&version=3.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Generate C# and TypeScript codes of strongly typed client API for ASP.NET Web API
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Fonlow.Poco2Ts (>= 2.4.0)
- Fonlow.TypeScriptCodeDOM (>= 2.2.0)
- Microsoft.AspNet.WebApi.Core (>= 5.2.2)
- Newtonsoft.Json (>= 12.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
3.13.0 | 1,594 | 9/16/2020 | |
3.12.0 | 1,030 | 8/5/2020 | |
3.11.2 | 977 | 5/3/2020 | |
3.8.0 | 1,170 | 4/9/2020 | |
3.7.0 | 1,073 | 3/9/2020 | |
3.5.2 | 1,064 | 2/19/2020 | |
3.5.1 | 1,058 | 2/19/2020 | |
3.5.0 | 1,079 | 2/17/2020 | |
3.3.0 | 1,390 | 2/15/2020 | |
3.2.2 | 1,049 | 1/14/2020 | |
3.2.0 | 1,121 | 1/14/2020 | |
3.1.2 | 1,041 | 11/28/2019 | |
3.1.1 | 983 | 11/28/2019 | |
3.1.0 | 1,040 | 11/26/2019 | |
3.0.2 | 1,030 | 11/25/2019 | |
3.0.1 | 1,071 | 11/10/2019 | |
2.8.0 | 1,319 | 6/30/2019 | |
2.7.0 | 1,132 | 6/19/2019 | |
2.6.2 | 1,407 | 12/6/2018 | |
2.6.1 | 1,449 | 9/1/2018 | |
2.6.0 | 1,296 | 8/28/2018 | |
2.4.4 | 1,537 | 7/19/2018 | |
2.4.3 | 1,531 | 6/2/2018 | |
2.4.2 | 1,526 | 5/30/2018 | |
2.4.1 | 19,026 | 5/27/2018 | |
2.4.0 | 1,373 | 5/20/2018 | |
2.3.3 | 1,573 | 5/16/2018 | |
2.3.1 | 1,550 | 5/10/2018 | |
2.3.0 | 2,336 | 11/10/2017 | |
2.2.5 | 1,584 | 8/18/2017 | |
2.2.0 | 1,959 | 4/4/2017 | |
2.0.3 | 1,791 | 1/14/2017 | |
2.0.2 | 1,529 | 1/12/2017 | |
2.0.1 | 1,537 | 12/26/2016 | |
2.0.0 | 1,608 | 11/22/2016 | |
1.9.2 | 1,640 | 10/31/2016 | |
1.9.1 | 1,554 | 10/24/2016 | |
1.9.0 | 1,887 | 7/13/2016 | |
1.9.0-beta2 | 1,371 | 6/27/2016 | |
1.8.0 | 3,205 | 1/24/2016 | |
1.7.0 | 4,487 | 1/20/2016 | |
1.6.0 | 7,478 | 1/13/2016 | |
1.5.2 | 1,967 | 12/24/2015 | |
1.4.0.3 | 1,823 | 11/26/2015 | |
1.4.0.1 | 1,790 | 11/19/2015 | |
1.4.0 | 1,762 | 11/15/2015 | |
1.3.0.1 | 1,934 | 11/4/2015 | |
1.2.0 | 2,257 | 9/30/2015 | |
1.1.0 | 2,324 | 9/20/2015 | |
1.0.0 | 1,623 | 9/18/2015 |
1. Support IAsyncEnumerable in .NET Core.
2. In C# client codes, explicitly dispose HttpResponseMessage since in .NET Core 3.0 HttpResponseMessage.EnsureSuccessStatusCode does not dispose.
3. Plugin for Fetch API with packages Fonlow.WebApiClientGen.Fetch and Fonlow.WebApiClientGenCore.Fetch.