https://github.com/hajekj/azure-functions-openapi-demo
A sample project showing the use of OpenAPI.NET.CSharpAnnotations with Azure Functions
https://github.com/hajekj/azure-functions-openapi-demo
azure-functions openapi swagger
Last synced: over 1 year ago
JSON representation
A sample project showing the use of OpenAPI.NET.CSharpAnnotations with Azure Functions
- Host: GitHub
- URL: https://github.com/hajekj/azure-functions-openapi-demo
- Owner: hajekj
- Created: 2020-04-30T18:19:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T15:21:31.000Z (over 3 years ago)
- Last Synced: 2025-02-27T23:29:36.964Z (over 1 year ago)
- Topics: azure-functions, openapi, swagger
- Language: C#
- Size: 30.3 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Security: Security.cs
Awesome Lists containing this project
README
More information at https://hajekj.net
This code has been updated to demonstrate the use with out-of-process hosting model. To check the previous version (in-process), check the following branch: [inproc-3.1](https://github.com/hajekj/azure-functions-openapi-demo/tree/inproc-3.1).