Method | Description | |
---|---|---|
GetClientName ( SwaggerDocument document, string path, SwaggerOperationMethod httpMethod, SwaggerOperation operation ) : string |
Gets the client name for a given operation.
|
|
GetOperationName ( SwaggerDocument document, string path, SwaggerOperationMethod httpMethod, SwaggerOperation operation ) : string |
Gets the operation name for a given operation.
|
Method | Description | |
---|---|---|
GetClientName ( SwaggerOperation operation ) : string | ||
GetOperationName ( SwaggerOperation operation ) : string |
public GetClientName ( SwaggerDocument document, string path, SwaggerOperationMethod httpMethod, SwaggerOperation operation ) : string | ||
document | SwaggerDocument | The Swagger document. |
path | string | The HTTP path. |
httpMethod | SwaggerOperationMethod | The HTTP method. |
operation | SwaggerOperation | The operation. |
return | string |
public GetOperationName ( SwaggerDocument document, string path, SwaggerOperationMethod httpMethod, SwaggerOperation operation ) : string | ||
document | SwaggerDocument | The Swagger document. |
path | string | The HTTP path. |
httpMethod | SwaggerOperationMethod | The HTTP method. |
operation | SwaggerOperation | The operation. |
return | string |