C# (CSharp) NSwag.CodeGeneration.CodeGenerators.OperationNameGenerators 네임스페이스

클래스들

이름 설명
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.