NSwag openapi2tsclient keep property names
The generator here makes the names camel case by default and does a mapping.
How can I make the ts names be pascal case? All I know is that there's a
PropertyNameGeneratorType
parameter which takes a string, but I couldn't find any documentation on what values it can take.2 Replies
GitHub
GitHub - RicoSuter/NSwag: The Swagger/OpenAPI toolchain for .NET, A...
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript. - GitHub - RicoSuter/NSwag: The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
After looking at a few issues, I realized you're meant to just do it in C#