MMLib.SwaggerForOcelot icon indicating copy to clipboard operation
MMLib.SwaggerForOcelot copied to clipboard

This repo contains swagger extension for ocelot.

Results 28 MMLib.SwaggerForOcelot issues
Sort by recently updated
recently updated
newest added

Hi, i am want to do as on screenshot. How to do this? ![image](https://user-images.githubusercontent.com/95086762/182844321-cae71a7e-e421-4956-9570-555efe50a6bb.png)

waiting-8-days

First off; Thank you for developing this fine project! :) However, we had quite some trouble getting the library to work for us. Thing was that in Ocelot the route...

enhancement
low priority ⬇️

I read a series called Building a Documentation Portal For Multiple APIs ([part 1][part-1], [part 2][part-2]) in which a Swagger employee is building a simple portal ([source][source], [demo][demo]) around multiple...

enhancement
low priority ⬇️

One of my serivces does not show swagger doc. Other looks fine but this one loads into dropdown but swagger doc does not load **To Reproduce** If it is a...

enhancement
low priority ⬇️

I use custom aggregation with two routes. First route have simple model and schema is ok. But second model is very big and have many object-properties in it. This Object-properties...

enhancement
help wanted
low priority ⬇️

I wanted to define some `ResponseInterceptor` for SwaggerUI but it looked like these options were never actually set ([cf. `BuilderExtensions:InitUIOption()`](https://github.com/Burgyn/MMLib.SwaggerForOcelot/blob/0fec51330b79da40db56b2b8eed7214971cb60da/src/MMLib.SwaggerForOcelot/Middleware/BuilderExtensions.cs#L99)). This PR aims at providing better control over SwaggerUI options...

I've taken a working swagger implementation that uses the "authorize" button. When this is consumed by SwaggerForOcelot the authorize button shows up however it fails "code_challenge is missing" ![image](https://github.com/Burgyn/MMLib.SwaggerForOcelot/assets/165075687/763a72fb-cb8d-4222-90af-a7f2c0001931) I've...

This might only be a configuration issue.. I've added an ApiController to my gateway / swagger hub project and enabled **GenerateDocsForGatewayItSelf** This now shows my Api: ![image](https://github.com/Burgyn/MMLib.SwaggerForOcelot/assets/456040/f12ca974-4acc-4054-81c8-0fc0f8816d8b) But when i...

**Describe the bug** ``` Start processing HTTP request GET localhost:5226/swagger/teacher/swagger.json info: System.Net.Http.HttpClient.Default.ClientHandler[100] Sending HTTP request GET localhost:5226/swagger/teacher/swagger.json fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1] An unhandled exception has occurred while executing the request. System.NotSupportedException: The...

waiting-8-days

Getting the "**Failed to load API definition**" for my .NET 8 Azure Function Out-of-Process. For that, I have to use the library: Microsoft.Azure.Functions.Worker.Extensions.OpenApi instead of the Swagger pkg for WebAPIs....

waiting-8-days