Automatically generate TypeScript client code for ASP.NET Core controllers

前端 未结 6 876
醉话见心
醉话见心 2021-01-30 18:23

I\'m searching for a way to automatically generate the TypesScript client code from a ASP.NET Core Web-Application (Currently using Visual Studio 2017RC and webpack).

Ar

6条回答
  •  旧巷少年郎
    2021-01-30 18:55

    If your TypeScript clients are with jQuery or Angular 2+, an alternative ASP.NET Web API Client Generators may be more handy, less overhead than swagger toolchain during SDLC.

    And it supports .NET Core in addition to .NET Framework and .NET Standard.

提交回复
热议问题