OpenAPI, formerly known as Swagger, is a specification for generating machine readable metadata for describing, document and consume RestAPI. It is becoming a standard within the industry to fully document with easy complex RestAPI, like those required for Microservice architectures. The OpenAPI/Swagger specification is language/framework agnostic. It allows RestAPI clients to understand and consume services … Continue reading How to automate Swagger/OpenAPI metadata generation for your ASP.NET Core Web API
