swagger-api/swagger-codegen
Ver no GitHubUnderscore prefix dropped from property names in generated Node Typescript classes
Open
#2.766 aberto em 3 de mai. de 2016
Client: TypeScriptIssue: Bughelp wanted
Métricas do repositório
- Stars
- (12.701 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
From @saikatguha on April 29, 2016 22:9
"Foo": {
"type": "object",
"properties": {
"_links": { "$ref": "#/definitions/Bar" }
}
}
becomes
class Foo {
"links": Bar;
}
Copied from original issue: swagger-api/swagger-editor#905