Skip to content

Latest commit

 

History

History

Atc.OpenApi

Atc.OpenApi

This library contains extensions to the Microsoft.OpenApi library.

Code documentation

References

References extended

OpenApiOperation examples

Using GetOperationName() to get the operation name

var operationName = openApiOperation.GetOperationName();

Using GetModelSchemaFromResponse() to get the model schema from the response

var modelSchema = openApiOperation.GetModelSchemaFromResponse();