RicoSuter/NSwag
Angular typescript client generation support for DeepObject
Ouverte
#1 665 ouverte le 12 oct. 2018
help wantedproject: NSwag.CodeGeneration.TypeScripttype: bug
Métriques du dépôt
- Stars
- (7 358 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
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.