azure-functions-openapi-extension
azure-functions-openapi-extension copied to clipboard
This extension provides an Azure Functions app with Open API capability for better discoverability to consuming parties
*** Email Enquiry *** Hi Lif. Thanks for reaching out! Currently, the extension only supports .NET. We're in short of engineers for further support - Java, Python and JavaScript/TypeScript, but...
*** Email Enquiry *** Hi Community, My customer was looking for a way to easily integrate their OpenAPI specs together with the Azure Functions that they integrate them with. I...
**Describe the issue** We are migrated from .net core 3.1 to .net6 in azure functions projects. After migrating we are facing problem with swagger ui rendering. We need to use...
**Describe the issue** Is there an easy way to customize the casing behavior for generated OpenAPI documents so that properties are capitalized? Thank you
**Issue:** I want to be able to hide the Swagger UI page depending on what the settings file value is set to. For example, if I am in a Prod...
**Describe the issue** We are looking at moving our application to Azure functions v4. We were using an App Service beforehand and swagger works correctly there (we added some configurations...
I'm opening this PR to gauge interest in supporting the scenario discussed in #68. It's in a draft state because it was written to demonstrate a proof of concept. Here...
Fix the handling of the Newtonsoft JsonIgnore attribute to take into account of inheritance.
According to the [swagger spec](https://swagger.io/docs/specification/api-host-and-base-path/), swagger can be configured to use a Server url and have all of the API endpoints made relative to that base URL. They state that...
**Describe the issue** OpenApiHttpRequestDataExtensions.Headers() currently returns a dictionary of headers which is case sensitive. https://github.com/Azure/azure-functions-openapi-extension/blob/da22fa299423e639166c72ae5932f731186e830b/src/Microsoft.Azure.Functions.Worker.Extensions.OpenApi/Extensions/OpenApiHttpRequestDataExtensions.cs#L33 **To Reproduce** Steps to reproduce the behavior: 1. Create a HttpRequestData object with a header....