Fonlow.WebApiClientGenCore 2.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Fonlow.WebApiClientGenCore --version 2.4.0
NuGet\Install-Package Fonlow.WebApiClientGenCore -Version 2.4.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.WebApiClientGenCore" Version="2.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fonlow.WebApiClientGenCore --version 2.4.0
#r "nuget: Fonlow.WebApiClientGenCore, 2.4.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.WebApiClientGenCore as a Cake Addin
#addin nuget:?package=Fonlow.WebApiClientGenCore&version=2.4.0

// Install Fonlow.WebApiClientGenCore as a Cake Tool
#tool nuget:?package=Fonlow.WebApiClientGenCore&version=2.4.0

Generate strongly typed client API in C# or TypeScript for .NET Core Web API. Strongly Typed Client API Generator generates C# and TypeScript codes of strongly typed client API similar to what generated by SvcUtil.exe of WCF, provided you have access to the ASP.NET Web API source codes or assemblies. Then you may provide or publish either the source codes in C# and TypeScript or the compiled client API library to other developers who are developing client programs of your Web API. The TypeScript outputs support jQuery and Angular 2+.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
7.2.1 71 3/1/2024
7.2.0 66 2/22/2024
7.1.6 80 2/10/2024
7.1.5 90 2/1/2024
7.1.4 122 1/8/2024
7.1.2 124 12/15/2023
7.1.1 131 11/8/2023
7.1.0 81 11/7/2023
7.0.0 405 11/16/2022
6.8.0 402 10/21/2022
6.7.5 619 7/15/2022
6.7.4 414 7/12/2022
6.7.3 390 7/11/2022
6.7.2 404 7/11/2022
6.7.1 421 6/27/2022
6.7.0 415 6/26/2022
6.6.1 408 6/14/2022
6.6.0 401 6/14/2022
6.5.0 491 4/22/2022
6.4.0 434 3/25/2022
6.3.0 423 3/18/2022
6.2.0 410 3/13/2022
6.1.0 428 2/22/2022
6.0.0 442 2/5/2022
5.3.0 554 5/26/2021
5.2.0 344 5/12/2021
5.1.0 406 2/15/2021
5.0.0 327 2/12/2021
3.13.0 582 9/16/2020
3.12.0 509 8/5/2020
3.11.3 572 5/26/2020
3.11.2 472 5/3/2020
3.11.1 532 4/30/2020
3.11.0 483 4/29/2020
3.10.0 597 4/16/2020
3.8.0 676 3/19/2020
3.7.3 473 3/19/2020
3.7.2 574 3/13/2020
3.7.1 516 3/13/2020
3.6.0 503 3/9/2020
3.5.2 637 2/19/2020
3.5.1 537 2/19/2020
3.5.0 495 2/16/2020
3.3.0 771 2/15/2020
3.2.2 517 1/14/2020
3.2.1 527 1/14/2020
3.2.0 583 1/14/2020
3.1.1 506 11/28/2019
3.1.0 503 11/26/2019
3.0.3 527 11/25/2019
3.0.2 499 11/25/2019
3.0.0 520 11/11/2019
2.8.0 7,892 6/30/2019
2.7.0 574 6/19/2019
2.6.2 1,467 12/6/2018
2.6.1 849 9/1/2018
2.6.0 791 8/28/2018
2.5.0 950 8/9/2018
2.4.3 958 6/2/2018
2.4.1 990 5/27/2018
2.4.0 994 5/20/2018
2.3.3 1,051 5/16/2018
2.3.1.2 1,004 5/13/2018

NG2 output changed from import { Observable } from 'rxjs/observable'; to import { Observable } from 'rxjs';  For NG 5.x, you need to defined NGVersion=5 in order to generate  import { Observable } from 'rxjs/observable'; Better codes for empty post/put body.