RicoSuter/NSwag
GitHub で見るAngular typescript client generation support for DeepObject
Open
#1,665 opened on 2018年10月12日
help wantedproject: NSwag.CodeGeneration.TypeScripttype: bug
説明
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.