Using OpenAPI with .NET Core

2 · Red Hat · Sept. 16, 2020, 7:21 a.m.
In this article, we’ll look at using OpenAPI with .NET Core. OpenAPI is a specification for describing RESTful APIs. First, I’ll show you how to use OpenAPI to describe the APIs provided by an ASP.NET Core service. Then, we’ll use the API description to generate a strongly-typed client to use the web service with C#. […] The post Using OpenAPI with .NET Core appeared first on Red Hat Developer....