This extension provides an Azure Functions app with Open API capability for better discoverability to consuming parties
Перейти к файлу
Justin Yoo 3463864170
Add OpenApiConfigurationOptions for Open API Metadata and further extensibility (#34)
2021-02-05 00:36:25 +09:00
.github/workflows Fix on NRE at OpenApiSecurityAttribute (#32) 2021-02-03 09:39:10 +09:00
.vscode Update Generic Model Rendering (#13) 2020-11-17 22:27:11 +09:00
builds Update template-steps-publish.yaml 2020-11-06 11:48:54 +09:00
docs Add OpenApiConfigurationOptions for Open API Metadata and further extensibility (#34) 2021-02-05 00:36:25 +09:00
images Azure DevOps Pipelines (#6) 2020-11-05 11:39:36 +09:00
release-notes Update docs 2021-02-03 11:07:43 +09:00
samples Add OpenApiConfigurationOptions for Open API Metadata and further extensibility (#34) 2021-02-05 00:36:25 +09:00
src Add OpenApiConfigurationOptions for Open API Metadata and further extensibility (#34) 2021-02-05 00:36:25 +09:00
templates/OpenApiEndpoints Add OpenApiConfigurationOptions for Open API Metadata and further extensibility (#34) 2021-02-05 00:36:25 +09:00
test Add OpenApiConfigurationOptions for Open API Metadata and further extensibility (#34) 2021-02-05 00:36:25 +09:00
.editorconfig Initial code commit (#1) 2020-08-25 21:26:37 +09:00
.gitignore Initial code commit (#1) 2020-08-25 21:26:37 +09:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-07-20 11:55:55 -07:00
LICENSE Initial LICENSE commit 2020-07-20 11:55:57 -07:00
Microsoft.Azure.WebJobs.Extensions.OpenApi.sln Fixed directory typo from OpenApiEndPints to OpenApiEndpoints. (#20) 2021-01-29 10:39:10 +09:00
README.md Update README.md 2021-02-03 12:12:08 +09:00
SECURITY.md Initial SECURITY.md commit 2020-07-20 11:55:58 -07:00
Settings.StyleCop Initial code commit (#1) 2020-08-25 21:26:37 +09:00

README.md

Azure Functions Open API Extension

Acknowledgement

Getting Started

Sample Azure Function Apps with Open API Metadata Enabled

Azure Functions V1 Support

This library supports Azure Functions V2 and onwards. If you still want to get your v1 app supported, find the community contribution.

Issues?

While using this library, if you find any issue, please raise an issue on the Issue page.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.