RicoSuter/NSwag
View on GitHubAngular typescript client generation support for DeepObject
Open
#1665 opened on Oct 12, 2018
help wantedproject: NSwag.CodeGeneration.TypeScripttype: bug
Description
I think the section from /src/NSwag.CodeGeneration.CSharp/Templates/Client.Class.QueryParameter.liquid
{% elseif parameter.IsDeepObject -%}
must also be added to the typescript version in /src/NSwag.CodeGeneration.TypeScript/Templates/Client.RequestUrl.liquid for correct DeepObject suppor.