Skip to content

This library makes ocelot easy to integrate swagger

Notifications You must be signed in to change notification settings

DotNetConcept/OcelotSwagger

 
 

Repository files navigation

OcelotSwagger

NuGet

This library makes ocelot easy to integrate swagger

Installation

Install-Package OcelotSwagger

Usage

In method ConfigureServices

services.AddOcelotSwagger();

In method Configure

app.UseOcelotSwagger(c =>
{
    c.SwaggerEndPoints.Add(new SwaggerEndPoint { Name = "Api Name", Url = "/path/swagger.json" });
});

TODO

  • Cache

About

This library makes ocelot easy to integrate swagger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%