swagger-api / swagger-codegen-generators

Apache License 2.0
284 stars 424 forks source link

Add Csharp handlebar helper to capitalize string #1299

Closed micryc closed 3 months ago

micryc commented 3 months ago

This helper will make converting Http methods names from uppercase to capitalized version possible: Method.GET -> Method.Get, which is supported by newest RestSharp version