Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 628 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 628 Bytes

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();