antosubash / blog-comments

MIT License
0 stars 0 forks source link

posts/abp-generate-typescript-client-from-swagger-and-openapi #7

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Generate typescript client from swagger / OpenApi | Anto Subash

Anto's personal blog.

https://blog.antosubash.com/posts/abp-generate-typescript-client-from-swagger-and-openapi

liquehuo commented 1 year ago

I want to generate extensions Dto property. Do you have any good solutions? For example: ObjectExtensionManager.Instance.AddOrUpdateProperty<IdentityUserDto, string>( "PinCode"); At this point, there is no PinCode field generated. Thanks for you!