C# (CSharp) NSwag.CodeGeneration.CodeGenerators.OperationNameGenerators Namespace

Classes

Name Description
MultipleClientsFromOperationIdOperationNameGenerator Generates multiple clients and operation names based on the Swagger operation ID (underscore separated).
MultipleClientsFromPathSegmentsOperationNameGenerator Generates the client and operation name based on the path segments (operation name = last segment, client name = second to last segment).
SingleClientFromOperationIdOperationNameGenerator Generates the client and operation name based on the Swagger operation ID.