In this post we will see how to use NSwag to generate typescript client from swagger and open api. We will use abp as a sample app and generate typescript client.
Blog post: https://blog.antosubash.com/posts/abp...
Repo: https://github.com/antosubash/AbpNSwag
#typescript #swagger #openapi #dotnet #abp
00:00 Intro
00:30 Install Abp
01:16 Explore Swagger
03:20 Default client generation
05:11 Problem with default client
06:18 Fix for swagger problems
10:39 Alternative generators