SwaggerProvider
SwaggerProvider copied to clipboard
F# generative Type Provider for Swagger
### Description I have API method which described like this ``` "paths": { "/auth": { "put": { "operationId": "CreateAuth", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ {...
### Description Can't get the most basic example in docs to compile ### Repro steps Please provide the steps required to reproduce the problem 1. Add reference to SwaggerProvider (using...
… and there is no OperationId defined, print the path in the error instead refs #274 I'm not sure what the best format is here, but this changes the error...
Just seeing if this acts as a minimal repro/text for #275
Hi, I see that some work for text outputs was done for https://github.com/fsprojects/SwaggerProvider/issues/268, but I wonder if text inputs are supported or have similar issues? As an example, if I...
Hi, I had a go at using the provider against an OpenApi 3 spec generated from an ASP.Net Core minimal API project which didn't have any names set on the...
- OpenApi v2 migtarion guide - https://github.com/microsoft/OpenAPI.NET/blob/main/docs/upgrade-guide-2.md - [x] I think that we need new Swashbuckle to fix tests - https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2349